Html Css Color HEX #A552CF Deep Lilac

📋 copy color: '#A552CF'

red 165 ◦ green 82 ◦ blue 207

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

Shades of Deep Lilac #A552CF

Tints of Deep Lilac #A552CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 36.34%
G = 18.06%
B = 45.59%

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

#A552CF (or 0xA552CF) is known color: Deep Lilac. HEX triplet: A5, 52 and CF. RGB value is (165,82,207). Sum of RGB (Red+Green+Blue) = 165+82+207=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #A552CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552CF is #5AAD30. Grayscale: #787878. Windows color (decimal): -5942577 or 13587109. OLE color: 13587109.

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

Color convert

RGB 165 82 207 -
CMYK 0.20 0.60 0 0.19
HSL 279.84º 0.57% 0.57% -
HSV(B) 279.84º 0.6% 0.81% -
XYZ 29.8 18.54 61.04 -
YUV 121.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 165 82 207 0.20 0.60 0 0.19 279.84 0.57 0.57
Hex A5 52 CF 14 3C 0 13 118 39 39
Octal 245 122 317 24 74 0 23 430 71 71
Binary 10100101 1010010 11001111 10100 111100 0 10011 100011000 111001 111001

Color Harmonies of #A552CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552CF

Black with #A552CF

Text Example


Text Example

White with #A552CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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