Html Css Color HEX #A46BB6 Deep Lilac

📋 copy color: '#A46BB6'

red 164 ◦ green 107 ◦ blue 182

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

Shades of Deep Lilac #A46BB6

Tints of Deep Lilac #A46BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 36.2%
G = 23.62%
B = 40.18%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A46BB6 (or 0xA46BB6) is known color: Deep Lilac. HEX triplet: A4, 6B and B6. RGB value is (164,107,182). Sum of RGB (Red+Green+Blue) = 164+107+182=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #A46BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BB6 is #5B9449. Grayscale: #848484. Windows color (decimal): -6001738 or 11955108. OLE color: 11955108.

HSL color Cylindrical-coordinate representation of color #A46BB6: hue angle of 285.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46BB6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 107 182 -
CMYK 0.10 0.41 0 0.29
HSL 285.6º 0.34% 0.57% -
HSV(B) 285.6º 0.41% 0.71% -
XYZ 29.01 21.79 46.93 -
YUV 132.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 164 107 182 0.10 0.41 0 0.29 285.6 0.34 0.57
Hex A4 6B B6 A 29 0 1D 11E 22 39
Octal 244 153 266 12 51 0 35 436 42 71
Binary 10100100 1101011 10110110 1010 101001 0 11101 100011110 100010 111001

Color Harmonies of #A46BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BB6

Black with #A46BB6

Text Example


Text Example

White with #A46BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BB6; }

 p { color: rgb(164,107,182); }

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

background-color css

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

 a { background-color: rgb(164,107,182); }

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

border-color css

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

 span { border-color: rgb(164,107,182); }

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