Html Css Color HEX #A962BC Deep Lilac

📋 copy color: '#A962BC'

red 169 ◦ green 98 ◦ blue 188

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

Shades of Deep Lilac #A962BC

Tints of Deep Lilac #A962BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 37.14%
G = 21.54%
B = 41.32%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A962BC (or 0xA962BC) is known color: Deep Lilac. HEX triplet: A9, 62 and BC. RGB value is (169,98,188). Sum of RGB (Red+Green+Blue) = 169+98+188=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #A962BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962BC is #569D43. Grayscale: #818181. Windows color (decimal): -5676356 or 12346025. OLE color: 12346025.

HSL color Cylindrical-coordinate representation of color #A962BC: hue angle of 287.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A962BC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 98 188 -
CMYK 0.10 0.48 0 0.26
HSL 287.33º 0.4% 0.56% -
HSV(B) 287.33º 0.48% 0.74% -
XYZ 29.81 20.8 50.02 -
YUV 129.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 169 98 188 0.10 0.48 0 0.26 287.33 0.4 0.56
Hex A9 62 BC A 30 0 1A 11F 28 38
Octal 251 142 274 12 60 0 32 437 50 70
Binary 10101001 1100010 10111100 1010 110000 0 11010 100011111 101000 111000

Color Harmonies of #A962BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962BC

Black with #A962BC

Text Example


Text Example

White with #A962BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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