Html Css Color HEX #A46BBD Deep Lilac

📋 copy color: '#A46BBD'

red 164 ◦ green 107 ◦ blue 189

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

Shades of Deep Lilac #A46BBD

Tints of Deep Lilac #A46BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 35.65%
G = 23.26%
B = 41.09%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A46BBD (or 0xA46BBD) is known color: Deep Lilac. HEX triplet: A4, 6B and BD. RGB value is (164,107,189). Sum of RGB (Red+Green+Blue) = 164+107+189=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #A46BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BBD is #5B9442. Grayscale: #858585. Windows color (decimal): -6001731 or 12413860. OLE color: 12413860.

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

Color convert

RGB 164 107 189 -
CMYK 0.13 0.43 0 0.26
HSL 281.71º 0.38% 0.58% -
HSV(B) 281.71º 0.43% 0.74% -
XYZ 29.75 22.08 50.84 -
YUV 133.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 164 107 189 0.13 0.43 0 0.26 281.71 0.38 0.58
Hex A4 6B BD D 2B 0 1A 11A 26 3A
Octal 244 153 275 15 53 0 32 432 46 72
Binary 10100100 1101011 10111101 1101 101011 0 11010 100011010 100110 111010

Color Harmonies of #A46BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BBD

Black with #A46BBD

Text Example


Text Example

White with #A46BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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