Html Css Color HEX #A55EBD Deep Lilac

📋 copy color: '#A55EBD'

red 165 ◦ green 94 ◦ blue 189

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

Shades of Deep Lilac #A55EBD

Tints of Deep Lilac #A55EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.98%

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

R = 36.83%
G = 20.98%
B = 42.19%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A55EBD (or 0xA55EBD) is known color: Deep Lilac. HEX triplet: A5, 5E and BD. RGB value is (165,94,189). Sum of RGB (Red+Green+Blue) = 165+94+189=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A55EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EBD is #5AA142. Grayscale: #7D7D7D. Windows color (decimal): -5939523 or 12410533. OLE color: 12410533.

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

Color convert

RGB 165 94 189 -
CMYK 0.13 0.50 0 0.26
HSL 284.84º 0.42% 0.55% -
HSV(B) 284.84º 0.5% 0.74% -
XYZ 28.71 19.68 50.43 -
YUV 126.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 165 94 189 0.13 0.50 0 0.26 284.84 0.42 0.55
Hex A5 5E BD D 32 0 1A 11D 2A 37
Octal 245 136 275 15 62 0 32 435 52 67
Binary 10100101 1011110 10111101 1101 110010 0 11010 100011101 101010 110111

Color Harmonies of #A55EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EBD

Black with #A55EBD

Text Example


Text Example

White with #A55EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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