Html Css Color HEX #A55CC0 Deep Lilac

📋 copy color: '#A55CC0'

red 165 ◦ green 92 ◦ blue 192

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

Shades of Deep Lilac #A55CC0

Tints of Deep Lilac #A55CC0

RGB

 RED value IS 165 (64.84% from 255) = 36.75%

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

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 36.75%
G = 20.49%
B = 42.76%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A55CC0 (or 0xA55CC0) is known color: Deep Lilac. HEX triplet: A5, 5C and C0. RGB value is (165,92,192). Sum of RGB (Red+Green+Blue) = 165+92+192=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #A55CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CC0 is #5AA33F. Grayscale: #7C7C7C. Windows color (decimal): -5940032 or 12606629. OLE color: 12606629.

HSL color Cylindrical-coordinate representation of color #A55CC0: hue angle of 283.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55CC0 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 92 192 -
CMYK 0.14 0.52 0 0.25
HSL 283.8º 0.44% 0.56% -
HSV(B) 283.8º 0.52% 0.75% -
XYZ 28.86 19.46 52.1 -
YUV 125.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 165 92 192 0.14 0.52 0 0.25 283.8 0.44 0.56
Hex A5 5C C0 E 34 0 19 11C 2C 38
Octal 245 134 300 16 64 0 31 434 54 70
Binary 10100101 1011100 11000000 1110 110100 0 11001 100011100 101100 111000

Color Harmonies of #A55CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CC0

Black with #A55CC0

Text Example


Text Example

White with #A55CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CC0; }

 p { color: rgb(165,92,192); }

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

background-color css

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

 a { background-color: rgb(165,92,192); }

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

border-color css

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

 span { border-color: rgb(165,92,192); }

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