Html Css Color HEX #A85AC2 Deep Lilac

📋 copy color: '#A85AC2'

red 168 ◦ green 90 ◦ blue 194

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

Shades of Deep Lilac #A85AC2

Tints of Deep Lilac #A85AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.92%

R = 37.17%
G = 19.91%
B = 42.92%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A85AC2 (or 0xA85AC2) is known color: Deep Lilac. HEX triplet: A8, 5A and C2. RGB value is (168,90,194). Sum of RGB (Red+Green+Blue) = 168+90+194=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #A85AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AC2 is #57A53D. Grayscale: #7C7C7C. Windows color (decimal): -5743934 or 12737192. OLE color: 12737192.

HSL color Cylindrical-coordinate representation of color #A85AC2: hue angle of 285º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85AC2 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 90 194 -
CMYK 0.13 0.54 0 0.24
HSL 285º 0.46% 0.56% -
HSV(B) 285º 0.54% 0.76% -
XYZ 29.54 19.53 53.25 -
YUV 125.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 168 90 194 0.13 0.54 0 0.24 285 0.46 0.56
Hex A8 5A C2 D 36 0 18 11D 2E 38
Octal 250 132 302 15 66 0 30 435 56 70
Binary 10101000 1011010 11000010 1101 110110 0 11000 100011101 101110 111000

Color Harmonies of #A85AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AC2

Black with #A85AC2

Text Example


Text Example

White with #A85AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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