Html Css Color HEX #A550CC Deep Lilac

📋 copy color: '#A550CC'

red 165 ◦ green 80 ◦ blue 204

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

Shades of Deep Lilac #A550CC

Tints of Deep Lilac #A550CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 36.75%
G = 17.82%
B = 45.43%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A550CC (or 0xA550CC) is known color: Deep Lilac. HEX triplet: A5, 50 and CC. RGB value is (165,80,204). Sum of RGB (Red+Green+Blue) = 165+80+204=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #A550CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550CC is #5AAF33. Grayscale: #777777. Windows color (decimal): -5943092 or 13389989. OLE color: 13389989.

HSL color Cylindrical-coordinate representation of color #A550CC: hue angle of 281.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A550CC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 80 204 -
CMYK 0.19 0.61 0 0.2
HSL 281.13º 0.55% 0.56% -
HSV(B) 281.13º 0.61% 0.8% -
XYZ 29.28 18.1 59.08 -
YUV 119.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 165 80 204 0.19 0.61 0 0.2 281.13 0.55 0.56
Hex A5 50 CC 13 3D 0 14 119 37 38
Octal 245 120 314 23 75 0 24 431 67 70
Binary 10100101 1010000 11001100 10011 111101 0 10100 100011001 110111 111000

Color Harmonies of #A550CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550CC

Black with #A550CC

Text Example


Text Example

White with #A550CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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