Html Css Color HEX #A968BA Deep Lilac

📋 copy color: '#A968BA'

red 169 ◦ green 104 ◦ blue 186

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

Shades of Deep Lilac #A968BA

Tints of Deep Lilac #A968BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.66%

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

R = 36.82%
G = 22.66%
B = 40.52%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A968BA (or 0xA968BA) is known color: Deep Lilac. HEX triplet: A9, 68 and BA. RGB value is (169,104,186). Sum of RGB (Red+Green+Blue) = 169+104+186=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A968BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BA is #569745. Grayscale: #848484. Windows color (decimal): -5674822 or 12216489. OLE color: 12216489.

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

Color convert

RGB 169 104 186 -
CMYK 0.09 0.44 0 0.27
HSL 287.56º 0.37% 0.57% -
HSV(B) 287.56º 0.44% 0.73% -
XYZ 30.18 21.88 49.09 -
YUV 132.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 169 104 186 0.09 0.44 0 0.27 287.56 0.37 0.57
Hex A9 68 BA 9 2C 0 1B 120 25 39
Octal 251 150 272 11 54 0 33 440 45 71
Binary 10101001 1101000 10111010 1001 101100 0 11011 100100000 100101 111001

Color Harmonies of #A968BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968BA

Black with #A968BA

Text Example


Text Example

White with #A968BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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