Html Css Color HEX #A755CB Deep Lilac

📋 copy color: '#A755CB'

red 167 ◦ green 85 ◦ blue 203

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

Shades of Deep Lilac #A755CB

Tints of Deep Lilac #A755CB

RGB

 RED value IS 167 (65.63% from 255) = 36.7%

 GREEN value IS 85 (33.59% from 255) = 18.68%

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

R = 36.7%
G = 18.68%
B = 44.62%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A755CB (or 0xA755CB) is known color: Deep Lilac. HEX triplet: A7, 55 and CB. RGB value is (167,85,203). Sum of RGB (Red+Green+Blue) = 167+85+203=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #A755CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755CB is #58AA34. Grayscale: #7A7A7A. Windows color (decimal): -5810741 or 13325735. OLE color: 13325735.

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

Color convert

RGB 167 85 203 -
CMYK 0.18 0.58 0 0.20
HSL 281.69º 0.53% 0.56% -
HSV(B) 281.69º 0.58% 0.8% -
XYZ 29.96 19.02 58.59 -
YUV 122.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 167 85 203 0.18 0.58 0 0.20 281.69 0.53 0.56
Hex A7 55 CB 12 3A 0 14 11A 35 38
Octal 247 125 313 22 72 0 24 432 65 70
Binary 10100111 1010101 11001011 10010 111010 0 10100 100011010 110101 111000

Color Harmonies of #A755CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755CB

Black with #A755CB

Text Example


Text Example

White with #A755CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755CB; }

 p { color: rgb(167,85,203); }

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

background-color css

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

 a { background-color: rgb(167,85,203); }

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

border-color css

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

 span { border-color: rgb(167,85,203); }

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