Html Css Color HEX #A755BC Deep Lilac

📋 copy color: '#A755BC'

red 167 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #A755BC

Tints of Deep Lilac #A755BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 37.95%
G = 19.32%
B = 42.73%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A755BC (or 0xA755BC) is known color: Deep Lilac. HEX triplet: A7, 55 and BC. RGB value is (167,85,188). Sum of RGB (Red+Green+Blue) = 167+85+188=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A755BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755BC is #58AA43. Grayscale: #787878. Windows color (decimal): -5810756 or 12342695. OLE color: 12342695.

HSL color Cylindrical-coordinate representation of color #A755BC: hue angle of 287.77º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A755BC is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 85 188 -
CMYK 0.11 0.55 0 0.26
HSL 287.77º 0.43% 0.54% -
HSV(B) 287.77º 0.55% 0.74% -
XYZ 28.26 18.34 49.63 -
YUV 121.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 167 85 188 0.11 0.55 0 0.26 287.77 0.43 0.54
Hex A7 55 BC B 37 0 1A 120 2B 36
Octal 247 125 274 13 67 0 32 440 53 66
Binary 10100111 1010101 10111100 1011 110111 0 11010 100100000 101011 110110

Color Harmonies of #A755BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755BC

Black with #A755BC

Text Example


Text Example

White with #A755BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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