Html Css Color HEX #A46BBB Deep Lilac

📋 copy color: '#A46BBB'

red 164 ◦ green 107 ◦ blue 187

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

Shades of Deep Lilac #A46BBB

Tints of Deep Lilac #A46BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 35.81%
G = 23.36%
B = 40.83%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A46BBB (or 0xA46BBB) is known color: Deep Lilac. HEX triplet: A4, 6B and BB. RGB value is (164,107,187). Sum of RGB (Red+Green+Blue) = 164+107+187=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #A46BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BBB is #5B9444. Grayscale: #848484. Windows color (decimal): -6001733 or 12282788. OLE color: 12282788.

HSL color Cylindrical-coordinate representation of color #A46BBB: hue angle of 282.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46BBB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 107 187 -
CMYK 0.12 0.43 0 0.27
HSL 282.75º 0.37% 0.58% -
HSV(B) 282.75º 0.43% 0.73% -
XYZ 29.54 22 49.7 -
YUV 133.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 164 107 187 0.12 0.43 0 0.27 282.75 0.37 0.58
Hex A4 6B BB C 2B 0 1B 11B 25 3A
Octal 244 153 273 14 53 0 33 433 45 72
Binary 10100100 1101011 10111011 1100 101011 0 11011 100011011 100101 111010

Color Harmonies of #A46BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BBB

Black with #A46BBB

Text Example


Text Example

White with #A46BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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