Html Css Color HEX #A85AB7 Deep Lilac

📋 copy color: '#A85AB7'

red 168 ◦ green 90 ◦ blue 183

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

Shades of Deep Lilac #A85AB7

Tints of Deep Lilac #A85AB7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 38.1%
G = 20.41%
B = 41.5%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A85AB7 (or 0xA85AB7) is known color: Deep Lilac. HEX triplet: A8, 5A and B7. RGB value is (168,90,183). Sum of RGB (Red+Green+Blue) = 168+90+183=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #A85AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AB7 is #57A548. Grayscale: #7B7B7B. Windows color (decimal): -5743945 or 12016296. OLE color: 12016296.

HSL color Cylindrical-coordinate representation of color #A85AB7: hue angle of 290.32º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85AB7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 90 183 -
CMYK 0.08 0.51 0 0.28
HSL 290.32º 0.39% 0.54% -
HSV(B) 290.32º 0.51% 0.72% -
XYZ 28.35 19.06 46.98 -
YUV 123.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 168 90 183 0.08 0.51 0 0.28 290.32 0.39 0.54
Hex A8 5A B7 8 33 0 1C 122 27 36
Octal 250 132 267 10 63 0 34 442 47 66
Binary 10101000 1011010 10110111 1000 110011 0 11100 100100010 100111 110110

Color Harmonies of #A85AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AB7

Black with #A85AB7

Text Example


Text Example

White with #A85AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AB7; }

 p { color: rgb(168,90,183); }

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

background-color css

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

 a { background-color: rgb(168,90,183); }

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

border-color css

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

 span { border-color: rgb(168,90,183); }

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