Html Css Color HEX #A067BA Deep Lilac

📋 copy color: '#A067BA'

red 160 ◦ green 103 ◦ blue 186

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

Shades of Deep Lilac #A067BA

Tints of Deep Lilac #A067BA

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

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

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

R = 35.63%
G = 22.94%
B = 41.43%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A067BA (or 0xA067BA) is known color: Deep Lilac. HEX triplet: A0, 67 and BA. RGB value is (160,103,186). Sum of RGB (Red+Green+Blue) = 160+103+186=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A067BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067BA is #5F9845. Grayscale: #818181. Windows color (decimal): -6264902 or 12216224. OLE color: 12216224.

HSL color Cylindrical-coordinate representation of color #A067BA: hue angle of 281.2º 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 #A067BA is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 103 186 -
CMYK 0.14 0.45 0 0.27
HSL 281.2º 0.38% 0.57% -
HSV(B) 281.2º 0.45% 0.73% -
XYZ 28.21 20.72 48.97 -
YUV 129.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 160 103 186 0.14 0.45 0 0.27 281.2 0.38 0.57
Hex A0 67 BA E 2D 0 1B 119 26 39
Octal 240 147 272 16 55 0 33 431 46 71
Binary 10100000 1100111 10111010 1110 101101 0 11011 100011001 100110 111001

Color Harmonies of #A067BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067BA

Black with #A067BA

Text Example


Text Example

White with #A067BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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