Html Css Color HEX #A962BE Deep Lilac

📋 copy color: '#A962BE'

red 169 ◦ green 98 ◦ blue 190

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

Shades of Deep Lilac #A962BE

Tints of Deep Lilac #A962BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 36.98%
G = 21.44%
B = 41.58%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A962BE (or 0xA962BE) is known color: Deep Lilac. HEX triplet: A9, 62 and BE. RGB value is (169,98,190). Sum of RGB (Red+Green+Blue) = 169+98+190=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #A962BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962BE is #569D41. Grayscale: #818181. Windows color (decimal): -5676354 or 12477097. OLE color: 12477097.

HSL color Cylindrical-coordinate representation of color #A962BE: hue angle of 286.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A962BE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 98 190 -
CMYK 0.11 0.48 0 0.25
HSL 286.3º 0.41% 0.56% -
HSV(B) 286.3º 0.48% 0.75% -
XYZ 30.02 20.89 51.16 -
YUV 129.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 169 98 190 0.11 0.48 0 0.25 286.3 0.41 0.56
Hex A9 62 BE B 30 0 19 11E 29 38
Octal 251 142 276 13 60 0 31 436 51 70
Binary 10101001 1100010 10111110 1011 110000 0 11001 100011110 101001 111000

Color Harmonies of #A962BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962BE

Black with #A962BE

Text Example


Text Example

White with #A962BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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