Html Css Color HEX #A85CCB Deep Lilac

📋 copy color: '#A85CCB'

red 168 ◦ green 92 ◦ blue 203

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

Shades of Deep Lilac #A85CCB

Tints of Deep Lilac #A85CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 36.29%
G = 19.87%
B = 43.84%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A85CCB (or 0xA85CCB) is known color: Deep Lilac. HEX triplet: A8, 5C and CB. RGB value is (168,92,203). Sum of RGB (Red+Green+Blue) = 168+92+203=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A85CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CCB is #57A334. Grayscale: #7F7F7F. Windows color (decimal): -5743413 or 13327528. OLE color: 13327528.

HSL color Cylindrical-coordinate representation of color #A85CCB: hue angle of 281.08º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85CCB is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 92 203 -
CMYK 0.17 0.55 0 0.20
HSL 281.08º 0.52% 0.58% -
HSV(B) 281.08º 0.55% 0.8% -
XYZ 30.76 20.29 58.8 -
YUV 127.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 168 92 203 0.17 0.55 0 0.20 281.08 0.52 0.58
Hex A8 5C CB 11 37 0 14 119 34 3A
Octal 250 134 313 21 67 0 24 431 64 72
Binary 10101000 1011100 11001011 10001 110111 0 10100 100011001 110100 111010

Color Harmonies of #A85CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CCB

Black with #A85CCB

Text Example


Text Example

White with #A85CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CCB; }

 p { color: rgb(168,92,203); }

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

background-color css

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

 a { background-color: rgb(168,92,203); }

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

border-color css

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

 span { border-color: rgb(168,92,203); }

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