Html Css Color HEX #A85BBD Deep Lilac

📋 copy color: '#A85BBD'

red 168 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #A85BBD

Tints of Deep Lilac #A85BBD

RGB

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

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

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

R = 37.5%
G = 20.31%
B = 42.19%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A85BBD (or 0xA85BBD) is known color: Deep Lilac. HEX triplet: A8, 5B and BD. RGB value is (168,91,189). Sum of RGB (Red+Green+Blue) = 168+91+189=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A85BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBD is #57A442. Grayscale: #7C7C7C. Windows color (decimal): -5743683 or 12409768. OLE color: 12409768.

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

Color convert

RGB 168 91 189 -
CMYK 0.11 0.52 0 0.26
HSL 287.14º 0.43% 0.55% -
HSV(B) 287.14º 0.52% 0.74% -
XYZ 29.07 19.48 50.37 -
YUV 125.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 168 91 189 0.11 0.52 0 0.26 287.14 0.43 0.55
Hex A8 5B BD B 34 0 1A 11F 2B 37
Octal 250 133 275 13 64 0 32 437 53 67
Binary 10101000 1011011 10111101 1011 110100 0 11010 100011111 101011 110111

Color Harmonies of #A85BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BBD

Black with #A85BBD

Text Example


Text Example

White with #A85BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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