Html Css Color HEX #A46ABC Deep Lilac

📋 copy color: '#A46ABC'

red 164 ◦ green 106 ◦ blue 188

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

Shades of Deep Lilac #A46ABC

Tints of Deep Lilac #A46ABC

RGB

 RED value IS 164 (64.45% from 255) = 35.81%

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

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

R = 35.81%
G = 23.14%
B = 41.05%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A46ABC (or 0xA46ABC) is known color: Deep Lilac. HEX triplet: A4, 6A and BC. RGB value is (164,106,188). Sum of RGB (Red+Green+Blue) = 164+106+188=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #A46ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ABC is #5B9543. Grayscale: #848484. Windows color (decimal): -6001988 or 12348068. OLE color: 12348068.

HSL color Cylindrical-coordinate representation of color #A46ABC: hue angle of 282.44º 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 #A46ABC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 106 188 -
CMYK 0.13 0.44 0 0.26
HSL 282.44º 0.38% 0.58% -
HSV(B) 282.44º 0.44% 0.74% -
XYZ 29.54 21.83 50.23 -
YUV 132.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 164 106 188 0.13 0.44 0 0.26 282.44 0.38 0.58
Hex A4 6A BC D 2C 0 1A 11A 26 3A
Octal 244 152 274 15 54 0 32 432 46 72
Binary 10100100 1101010 10111100 1101 101100 0 11010 100011010 100110 111010

Color Harmonies of #A46ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ABC

Black with #A46ABC

Text Example


Text Example

White with #A46ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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