Html Css Color HEX #A55CBD Deep Lilac

📋 copy color: '#A55CBD'

red 165 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #A55CBD

Tints of Deep Lilac #A55CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.38%

R = 37%
G = 20.63%
B = 42.38%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A55CBD (or 0xA55CBD) is known color: Deep Lilac. HEX triplet: A5, 5C and BD. RGB value is (165,92,189). Sum of RGB (Red+Green+Blue) = 165+92+189=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #A55CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CBD is #5AA342. Grayscale: #7C7C7C. Windows color (decimal): -5940035 or 12410021. OLE color: 12410021.

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

Color convert

RGB 165 92 189 -
CMYK 0.13 0.51 0 0.26
HSL 285.15º 0.42% 0.55% -
HSV(B) 285.15º 0.51% 0.74% -
XYZ 28.53 19.33 50.37 -
YUV 124.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 165 92 189 0.13 0.51 0 0.26 285.15 0.42 0.55
Hex A5 5C BD D 33 0 1A 11D 2A 37
Octal 245 134 275 15 63 0 32 435 52 67
Binary 10100101 1011100 10111101 1101 110011 0 11010 100011101 101010 110111

Color Harmonies of #A55CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CBD

Black with #A55CBD

Text Example


Text Example

White with #A55CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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