Html Css Color HEX #A55EB7 Deep Lilac

📋 copy color: '#A55EB7'

red 165 ◦ green 94 ◦ blue 183

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

Shades of Deep Lilac #A55EB7

Tints of Deep Lilac #A55EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.4%

R = 37.33%
G = 21.27%
B = 41.4%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A55EB7 (or 0xA55EB7) is known color: Deep Lilac. HEX triplet: A5, 5E and B7. RGB value is (165,94,183). Sum of RGB (Red+Green+Blue) = 165+94+183=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #A55EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EB7 is #5AA148. Grayscale: #7D7D7D. Windows color (decimal): -5939529 or 12017317. OLE color: 12017317.

HSL color Cylindrical-coordinate representation of color #A55EB7: hue angle of 287.87º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55EB7 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 94 183 -
CMYK 0.10 0.49 0 0.28
HSL 287.87º 0.38% 0.54% -
HSV(B) 287.87º 0.49% 0.72% -
XYZ 28.07 19.42 47.07 -
YUV 125.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 165 94 183 0.10 0.49 0 0.28 287.87 0.38 0.54
Hex A5 5E B7 A 31 0 1C 120 26 36
Octal 245 136 267 12 61 0 34 440 46 66
Binary 10100101 1011110 10110111 1010 110001 0 11100 100100000 100110 110110

Color Harmonies of #A55EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EB7

Black with #A55EB7

Text Example


Text Example

White with #A55EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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