Html Css Color HEX #A962C0 Deep Lilac

📋 copy color: '#A962C0'

red 169 ◦ green 98 ◦ blue 192

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

Shades of Deep Lilac #A962C0

Tints of Deep Lilac #A962C0

RGB

 RED value IS 169 (66.41% from 255) = 36.82%

 GREEN value IS 98 (38.67% from 255) = 21.35%

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

R = 36.82%
G = 21.35%
B = 41.83%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A962C0 (or 0xA962C0) is known color: Deep Lilac. HEX triplet: A9, 62 and C0. RGB value is (169,98,192). Sum of RGB (Red+Green+Blue) = 169+98+192=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 98 (38.67% from 255 or 21.35% 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 #A962C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962C0 is #569D3F. Grayscale: #818181. Windows color (decimal): -5676352 or 12608169. OLE color: 12608169.

HSL color Cylindrical-coordinate representation of color #A962C0: hue angle of 285.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A962C0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 98 192 -
CMYK 0.12 0.49 0 0.25
HSL 285.32º 0.43% 0.57% -
HSV(B) 285.32º 0.49% 0.75% -
XYZ 30.24 20.98 52.32 -
YUV 129.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 169 98 192 0.12 0.49 0 0.25 285.32 0.43 0.57
Hex A9 62 C0 C 31 0 19 11D 2B 39
Octal 251 142 300 14 61 0 31 435 53 71
Binary 10101001 1100010 11000000 1100 110001 0 11001 100011101 101011 111001

Color Harmonies of #A962C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962C0

Black with #A962C0

Text Example


Text Example

White with #A962C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962C0; }

 p { color: rgb(169,98,192); }

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

background-color css

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

 a { background-color: rgb(169,98,192); }

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

border-color css

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

 span { border-color: rgb(169,98,192); }

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