Html Css Color HEX #A85ABA Deep Lilac

📋 copy color: '#A85ABA'

red 168 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #A85ABA

Tints of Deep Lilac #A85ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 37.84%
G = 20.27%
B = 41.89%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A85ABA (or 0xA85ABA) is known color: Deep Lilac. HEX triplet: A8, 5A and BA. RGB value is (168,90,186). Sum of RGB (Red+Green+Blue) = 168+90+186=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ABA is #57A545. Grayscale: #7B7B7B. Windows color (decimal): -5743942 or 12212904. OLE color: 12212904.

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

Color convert

RGB 168 90 186 -
CMYK 0.10 0.52 0 0.27
HSL 288.75º 0.41% 0.54% -
HSV(B) 288.75º 0.52% 0.73% -
XYZ 28.67 19.18 48.65 -
YUV 124.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 168 90 186 0.10 0.52 0 0.27 288.75 0.41 0.54
Hex A8 5A BA A 34 0 1B 121 29 36
Octal 250 132 272 12 64 0 33 441 51 66
Binary 10101000 1011010 10111010 1010 110100 0 11011 100100001 101001 110110

Color Harmonies of #A85ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ABA

Black with #A85ABA

Text Example


Text Example

White with #A85ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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