Html Css Color HEX #A967BA Deep Lilac

📋 copy color: '#A967BA'

red 169 ◦ green 103 ◦ blue 186

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

Shades of Deep Lilac #A967BA

Tints of Deep Lilac #A967BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.49%

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

R = 36.9%
G = 22.49%
B = 40.61%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A967BA (or 0xA967BA) is known color: Deep Lilac. HEX triplet: A9, 67 and BA. RGB value is (169,103,186). Sum of RGB (Red+Green+Blue) = 169+103+186=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #A967BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967BA is #569845. Grayscale: #838383. Windows color (decimal): -5675078 or 12216233. OLE color: 12216233.

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

Color convert

RGB 169 103 186 -
CMYK 0.09 0.45 0 0.27
HSL 287.71º 0.38% 0.57% -
HSV(B) 287.71º 0.45% 0.73% -
XYZ 30.08 21.68 49.05 -
YUV 132.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 169 103 186 0.09 0.45 0 0.27 287.71 0.38 0.57
Hex A9 67 BA 9 2D 0 1B 120 26 39
Octal 251 147 272 11 55 0 33 440 46 71
Binary 10101001 1100111 10111010 1001 101101 0 11011 100100000 100110 111001

Color Harmonies of #A967BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A967BA

Black with #A967BA

Text Example


Text Example

White with #A967BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A967BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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