Html Css Color HEX #A552CE Deep Lilac

📋 copy color: '#A552CE'

red 165 ◦ green 82 ◦ blue 206

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

Shades of Deep Lilac #A552CE

Tints of Deep Lilac #A552CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.1%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 36.42%
G = 18.1%
B = 45.47%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A552CE (or 0xA552CE) is known color: Deep Lilac. HEX triplet: A5, 52 and CE. RGB value is (165,82,206). Sum of RGB (Red+Green+Blue) = 165+82+206=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #A552CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552CE is #5AAD31. Grayscale: #787878. Windows color (decimal): -5942578 or 13521573. OLE color: 13521573.

HSL color Cylindrical-coordinate representation of color #A552CE: hue angle of 280.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A552CE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 82 206 -
CMYK 0.20 0.60 0 0.19
HSL 280.16º 0.56% 0.56% -
HSV(B) 280.16º 0.6% 0.81% -
XYZ 29.67 18.49 60.4 -
YUV 120.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 165 82 206 0.20 0.60 0 0.19 280.16 0.56 0.56
Hex A5 52 CE 14 3C 0 13 118 38 38
Octal 245 122 316 24 74 0 23 430 70 70
Binary 10100101 1010010 11001110 10100 111100 0 10011 100011000 111000 111000

Color Harmonies of #A552CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552CE

Black with #A552CE

Text Example


Text Example

White with #A552CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552CE; }

 p { color: rgb(165,82,206); }

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

background-color css

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

 a { background-color: rgb(165,82,206); }

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

border-color css

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

 span { border-color: rgb(165,82,206); }

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