Html Css Color HEX #A550CA Deep Lilac

📋 copy color: '#A550CA'

red 165 ◦ green 80 ◦ blue 202

#A550CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A550CA

Tints of Deep Lilac #A550CA

RGB

 RED value IS 165 (64.84% from 255) = 36.91%

 GREEN value IS 80 (31.64% from 255) = 17.9%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 36.91%
G = 17.9%
B = 45.19%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A550CA (or 0xA550CA) is known color: Deep Lilac. HEX triplet: A5, 50 and CA. RGB value is (165,80,202). Sum of RGB (Red+Green+Blue) = 165+80+202=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #A550CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550CA is #5AAF35. Grayscale: #767676. Windows color (decimal): -5943094 or 13258917. OLE color: 13258917.

HSL color Cylindrical-coordinate representation of color #A550CA: hue angle of 281.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A550CA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 80 202 -
CMYK 0.18 0.60 0 0.21
HSL 281.8º 0.54% 0.55% -
HSV(B) 281.8º 0.6% 0.79% -
XYZ 29.05 18 57.82 -
YUV 119.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 165 80 202 0.18 0.60 0 0.21 281.8 0.54 0.55
Hex A5 50 CA 12 3C 0 15 11A 36 37
Octal 245 120 312 22 74 0 25 432 66 67
Binary 10100101 1010000 11001010 10010 111100 0 10101 100011010 110110 110111

Color Harmonies of #A550CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550CA

Black with #A550CA

Text Example


Text Example

White with #A550CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550CA; }

 p { color: rgb(165,80,202); }

 H1.HeaderClassName
 {
   color: #A550CA;
 }
 .AnyTagClassName
 {
   color: #A550CA;
 }
</style>

background-color css

<style>
 a { background-color: #A550CA; }

 a { background-color: rgb(165,80,202); }

 div.DivClassName
 {
   background-color: #A550CA;
 }
 .BgClassName
 {
   background-color: #A550CA;
 }
</style>

border-color css

<style>
 span { border-color: #A550CA; }

 span { border-color: rgb(165,80,202); }

 td.TdClassName
 {
   border-color: #A550CA;
 }
 .TagClassName
 {
   border-color: #A550CA;
 }
</style>