Html Css Color HEX #A06ABC Deep Lilac

📋 copy color: '#A06ABC'

red 160 ◦ green 106 ◦ blue 188

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

Shades of Deep Lilac #A06ABC

Tints of Deep Lilac #A06ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 35.24%
G = 23.35%
B = 41.41%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A06ABC (or 0xA06ABC) is known color: Deep Lilac. HEX triplet: A0, 6A and BC. RGB value is (160,106,188). Sum of RGB (Red+Green+Blue) = 160+106+188=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A06ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ABC is #5F9543. Grayscale: #838383. Windows color (decimal): -6264132 or 12348064. OLE color: 12348064.

HSL color Cylindrical-coordinate representation of color #A06ABC: hue angle of 279.51º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06ABC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 106 188 -
CMYK 0.15 0.44 0 0.26
HSL 279.51º 0.38% 0.58% -
HSV(B) 279.51º 0.44% 0.74% -
XYZ 28.73 21.41 50.2 -
YUV 131.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 160 106 188 0.15 0.44 0 0.26 279.51 0.38 0.58
Hex A0 6A BC F 2C 0 1A 118 26 3A
Octal 240 152 274 17 54 0 32 430 46 72
Binary 10100000 1101010 10111100 1111 101100 0 11010 100011000 100110 111010

Color Harmonies of #A06ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ABC

Black with #A06ABC

Text Example


Text Example

White with #A06ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ABC; }

 p { color: rgb(160,106,188); }

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

background-color css

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

 a { background-color: rgb(160,106,188); }

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

border-color css

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

 span { border-color: rgb(160,106,188); }

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