Html Css Color HEX #A566C0 Deep Lilac

📋 copy color: '#A566C0'

red 165 ◦ green 102 ◦ blue 192

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

Shades of Deep Lilac #A566C0

Tints of Deep Lilac #A566C0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.22%

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 35.95%
G = 22.22%
B = 41.83%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A566C0 (or 0xA566C0) is known color: Deep Lilac. HEX triplet: A5, 66 and C0. RGB value is (165,102,192). Sum of RGB (Red+Green+Blue) = 165+102+192=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #A566C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566C0 is #5A993F. Grayscale: #828282. Windows color (decimal): -5937472 or 12609189. OLE color: 12609189.

HSL color Cylindrical-coordinate representation of color #A566C0: hue angle of 282º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A566C0 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 102 192 -
CMYK 0.14 0.47 0 0.25
HSL 282º 0.42% 0.58% -
HSV(B) 282º 0.47% 0.75% -
XYZ 29.78 21.31 52.41 -
YUV 131.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 165 102 192 0.14 0.47 0 0.25 282 0.42 0.58
Hex A5 66 C0 E 2F 0 19 11A 2A 3A
Octal 245 146 300 16 57 0 31 432 52 72
Binary 10100101 1100110 11000000 1110 101111 0 11001 100011010 101010 111010

Color Harmonies of #A566C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566C0

Black with #A566C0

Text Example


Text Example

White with #A566C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566C0; }

 p { color: rgb(165,102,192); }

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

background-color css

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

 a { background-color: rgb(165,102,192); }

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

border-color css

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

 span { border-color: rgb(165,102,192); }

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