Html Css Color HEX #A765C2 Deep Lilac

📋 copy color: '#A765C2'

red 167 ◦ green 101 ◦ blue 194

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

Shades of Deep Lilac #A765C2

Tints of Deep Lilac #A765C2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.86%

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

R = 36.15%
G = 21.86%
B = 41.99%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A765C2 (or 0xA765C2) is known color: Deep Lilac. HEX triplet: A7, 65 and C2. RGB value is (167,101,194). Sum of RGB (Red+Green+Blue) = 167+101+194=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #A765C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765C2 is #589A3D. Grayscale: #838383. Windows color (decimal): -5806654 or 12740007. OLE color: 12740007.

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

Color convert

RGB 167 101 194 -
CMYK 0.14 0.48 0 0.24
HSL 282.58º 0.43% 0.58% -
HSV(B) 282.58º 0.48% 0.76% -
XYZ 30.33 21.42 53.57 -
YUV 131.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 167 101 194 0.14 0.48 0 0.24 282.58 0.43 0.58
Hex A7 65 C2 E 30 0 18 11B 2B 3A
Octal 247 145 302 16 60 0 30 433 53 72
Binary 10100111 1100101 11000010 1110 110000 0 11000 100011011 101011 111010

Color Harmonies of #A765C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765C2

Black with #A765C2

Text Example


Text Example

White with #A765C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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