Html Css Color HEX #A85BBB Deep Lilac

📋 copy color: '#A85BBB'

red 168 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #A85BBB

Tints of Deep Lilac #A85BBB

RGB

 RED value IS 168 (66.02% from 255) = 37.67%

 GREEN value IS 91 (35.94% from 255) = 20.4%

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

R = 37.67%
G = 20.4%
B = 41.93%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A85BBB (or 0xA85BBB) is known color: Deep Lilac. HEX triplet: A8, 5B and BB. RGB value is (168,91,187). Sum of RGB (Red+Green+Blue) = 168+91+187=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #A85BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBB is #57A444. Grayscale: #7C7C7C. Windows color (decimal): -5743685 or 12278696. OLE color: 12278696.

HSL color Cylindrical-coordinate representation of color #A85BBB: hue angle of 288.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85BBB is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 91 187 -
CMYK 0.10 0.51 0 0.27
HSL 288.13º 0.41% 0.55% -
HSV(B) 288.13º 0.51% 0.73% -
XYZ 28.86 19.39 49.24 -
YUV 124.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 168 91 187 0.10 0.51 0 0.27 288.13 0.41 0.55
Hex A8 5B BB A 33 0 1B 120 29 37
Octal 250 133 273 12 63 0 33 440 51 67
Binary 10101000 1011011 10111011 1010 110011 0 11011 100100000 101001 110111

Color Harmonies of #A85BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BBB

Black with #A85BBB

Text Example


Text Example

White with #A85BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BBB; }

 p { color: rgb(168,91,187); }

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

background-color css

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

 a { background-color: rgb(168,91,187); }

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

border-color css

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

 span { border-color: rgb(168,91,187); }

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