Html Css Color HEX #A962BA Deep Lilac

📋 copy color: '#A962BA'

red 169 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #A962BA

Tints of Deep Lilac #A962BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 37.31%
G = 21.63%
B = 41.06%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A962BA (or 0xA962BA) is known color: Deep Lilac. HEX triplet: A9, 62 and BA. RGB value is (169,98,186). Sum of RGB (Red+Green+Blue) = 169+98+186=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A962BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962BA is #569D45. Grayscale: #808080. Windows color (decimal): -5676358 or 12214953. OLE color: 12214953.

HSL color Cylindrical-coordinate representation of color #A962BA: hue angle of 288.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A962BA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 98 186 -
CMYK 0.09 0.47 0 0.27
HSL 288.41º 0.39% 0.56% -
HSV(B) 288.41º 0.47% 0.73% -
XYZ 29.59 20.72 48.89 -
YUV 129.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 169 98 186 0.09 0.47 0 0.27 288.41 0.39 0.56
Hex A9 62 BA 9 2F 0 1B 120 27 38
Octal 251 142 272 11 57 0 33 440 47 70
Binary 10101001 1100010 10111010 1001 101111 0 11011 100100000 100111 111000

Color Harmonies of #A962BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962BA

Black with #A962BA

Text Example


Text Example

White with #A962BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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