Html Css Color HEX #A06BBA Deep Lilac

📋 copy color: '#A06BBA'

red 160 ◦ green 107 ◦ blue 186

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

Shades of Deep Lilac #A06BBA

Tints of Deep Lilac #A06BBA

RGB

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

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

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

R = 35.32%
G = 23.62%
B = 41.06%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A06BBA (or 0xA06BBA) is known color: Deep Lilac. HEX triplet: A0, 6B and BA. RGB value is (160,107,186). Sum of RGB (Red+Green+Blue) = 160+107+186=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A06BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BBA is #5F9445. Grayscale: #838383. Windows color (decimal): -6263878 or 12217248. OLE color: 12217248.

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

Color convert

RGB 160 107 186 -
CMYK 0.14 0.42 0 0.27
HSL 280.25º 0.36% 0.57% -
HSV(B) 280.25º 0.42% 0.73% -
XYZ 28.62 21.53 49.1 -
YUV 131.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 160 107 186 0.14 0.42 0 0.27 280.25 0.36 0.57
Hex A0 6B BA E 2A 0 1B 118 24 39
Octal 240 153 272 16 52 0 33 430 44 71
Binary 10100000 1101011 10111010 1110 101010 0 11011 100011000 100100 111001

Color Harmonies of #A06BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BBA

Black with #A06BBA

Text Example


Text Example

White with #A06BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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