Html Css Color HEX #A85BBE Deep Lilac

📋 copy color: '#A85BBE'

red 168 ◦ green 91 ◦ blue 190

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

Shades of Deep Lilac #A85BBE

Tints of Deep Lilac #A85BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 37.42%
G = 20.27%
B = 42.32%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A85BBE (or 0xA85BBE) is known color: Deep Lilac. HEX triplet: A8, 5B and BE. RGB value is (168,91,190). Sum of RGB (Red+Green+Blue) = 168+91+190=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A85BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBE is #57A441. Grayscale: #7C7C7C. Windows color (decimal): -5743682 or 12475304. OLE color: 12475304.

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

Color convert

RGB 168 91 190 -
CMYK 0.12 0.52 0 0.25
HSL 286.67º 0.43% 0.55% -
HSV(B) 286.67º 0.52% 0.75% -
XYZ 29.18 19.52 50.95 -
YUV 125.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 168 91 190 0.12 0.52 0 0.25 286.67 0.43 0.55
Hex A8 5B BE C 34 0 19 11F 2B 37
Octal 250 133 276 14 64 0 31 437 53 67
Binary 10101000 1011011 10111110 1100 110100 0 11001 100011111 101011 110111

Color Harmonies of #A85BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BBE

Black with #A85BBE

Text Example


Text Example

White with #A85BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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