Html Css Color HEX #A06BB8 Deep Lilac

📋 copy color: '#A06BB8'

red 160 ◦ green 107 ◦ blue 184

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

Shades of Deep Lilac #A06BB8

Tints of Deep Lilac #A06BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 35.48%
G = 23.73%
B = 40.8%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A06BB8 (or 0xA06BB8) is known color: Deep Lilac. HEX triplet: A0, 6B and B8. RGB value is (160,107,184). Sum of RGB (Red+Green+Blue) = 160+107+184=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 184 - color contains mainly: blue. Hex color #A06BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BB8 is #5F9447. Grayscale: #838383. Windows color (decimal): -6263880 or 12086176. OLE color: 12086176.

HSL color Cylindrical-coordinate representation of color #A06BB8: hue angle of 281.3º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06BB8 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 107 184 -
CMYK 0.13 0.42 0 0.28
HSL 281.3º 0.35% 0.57% -
HSV(B) 281.3º 0.42% 0.72% -
XYZ 28.41 21.45 47.99 -
YUV 131.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 160 107 184 0.13 0.42 0 0.28 281.3 0.35 0.57
Hex A0 6B B8 D 2A 0 1C 119 23 39
Octal 240 153 270 15 52 0 34 431 43 71
Binary 10100000 1101011 10111000 1101 101010 0 11100 100011001 100011 111001

Color Harmonies of #A06BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BB8

Black with #A06BB8

Text Example


Text Example

White with #A06BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BB8; }

 p { color: rgb(160,107,184); }

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

background-color css

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

 a { background-color: rgb(160,107,184); }

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

border-color css

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

 span { border-color: rgb(160,107,184); }

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