Html Css Color HEX #A766C2 Deep Lilac

📋 copy color: '#A766C2'

red 167 ◦ green 102 ◦ blue 194

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

Shades of Deep Lilac #A766C2

Tints of Deep Lilac #A766C2

RGB

 RED value IS 167 (65.63% from 255) = 36.07%

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

 BLUE value IS 194 (76.17% from 255) = 41.9%

R = 36.07%
G = 22.03%
B = 41.9%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A766C2 (or 0xA766C2) is known color: Deep Lilac. HEX triplet: A7, 66 and C2. RGB value is (167,102,194). Sum of RGB (Red+Green+Blue) = 167+102+194=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #A766C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766C2 is #58993D. Grayscale: #838383. Windows color (decimal): -5806398 or 12740263. OLE color: 12740263.

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

Color convert

RGB 167 102 194 -
CMYK 0.14 0.47 0 0.24
HSL 282.39º 0.43% 0.58% -
HSV(B) 282.39º 0.47% 0.76% -
XYZ 30.43 21.61 53.61 -
YUV 131.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 167 102 194 0.14 0.47 0 0.24 282.39 0.43 0.58
Hex A7 66 C2 E 2F 0 18 11A 2B 3A
Octal 247 146 302 16 57 0 30 432 53 72
Binary 10100111 1100110 11000010 1110 101111 0 11000 100011010 101011 111010

Color Harmonies of #A766C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766C2

Black with #A766C2

Text Example


Text Example

White with #A766C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766C2; }

 p { color: rgb(167,102,194); }

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

background-color css

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

 a { background-color: rgb(167,102,194); }

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

border-color css

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

 span { border-color: rgb(167,102,194); }

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