Html Css Color HEX #A755B2 Deep Lilac

📋 copy color: '#A755B2'

red 167 ◦ green 85 ◦ blue 178

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

Shades of Deep Lilac #A755B2

Tints of Deep Lilac #A755B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 38.84%
G = 19.77%
B = 41.4%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A755B2 (or 0xA755B2) is known color: Deep Lilac. HEX triplet: A7, 55 and B2. RGB value is (167,85,178). Sum of RGB (Red+Green+Blue) = 167+85+178=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #A755B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A755B2 is #58AA4D. Grayscale: #777777. Windows color (decimal): -5810766 or 11687335. OLE color: 11687335.

HSL color Cylindrical-coordinate representation of color #A755B2: hue angle of 292.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A755B2 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 85 178 -
CMYK 0.06 0.52 0 0.30
HSL 292.9º 0.38% 0.52% -
HSV(B) 292.9º 0.52% 0.7% -
XYZ 27.22 17.93 44.15 -
YUV 120.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 167 85 178 0.06 0.52 0 0.30 292.9 0.38 0.52
Hex A7 55 B2 6 34 0 1E 125 26 34
Octal 247 125 262 6 64 0 36 445 46 64
Binary 10100111 1010101 10110010 110 110100 0 11110 100100101 100110 110100

Color Harmonies of #A755B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755B2

Black with #A755B2

Text Example


Text Example

White with #A755B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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