Html Css Color HEX #A961BE Deep Lilac

📋 copy color: '#A961BE'

red 169 ◦ green 97 ◦ blue 190

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

Shades of Deep Lilac #A961BE

Tints of Deep Lilac #A961BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.27%

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

R = 37.06%
G = 21.27%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A961BE (or 0xA961BE) is known color: Deep Lilac. HEX triplet: A9, 61 and BE. RGB value is (169,97,190). Sum of RGB (Red+Green+Blue) = 169+97+190=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A961BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961BE is #569E41. Grayscale: #808080. Windows color (decimal): -5676610 or 12476841. OLE color: 12476841.

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

Color convert

RGB 169 97 190 -
CMYK 0.11 0.49 0 0.25
HSL 286.45º 0.42% 0.56% -
HSV(B) 286.45º 0.49% 0.75% -
XYZ 29.93 20.7 51.13 -
YUV 129.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 169 97 190 0.11 0.49 0 0.25 286.45 0.42 0.56
Hex A9 61 BE B 31 0 19 11E 2A 38
Octal 251 141 276 13 61 0 31 436 52 70
Binary 10101001 1100001 10111110 1011 110001 0 11001 100011110 101010 111000

Color Harmonies of #A961BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A961BE

Black with #A961BE

Text Example


Text Example

White with #A961BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A961BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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