Html Css Color HEX #A55993 Violet Blue

📋 copy color: '#A55993'

red 165 ◦ green 89 ◦ blue 147

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

Shades of Violet Blue #A55993

Tints of Violet Blue #A55993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 41.15%
G = 22.19%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A55993 (or 0xA55993) is known color: Violet Blue. HEX triplet: A5, 59 and 93. RGB value is (165,89,147). Sum of RGB (Red+Green+Blue) = 165+89+147=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55993 is #5AA66C. Grayscale: #767676. Windows color (decimal): -5940845 or 9656741. OLE color: 9656741.

HSL color Cylindrical-coordinate representation of color #A55993: hue angle of 314.21º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55993 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 147 -
CMYK 0 0.46 0.11 0.35
HSL 314.21º 0.3% 0.5% -
HSV(B) 314.21º 0.46% 0.65% -
XYZ 24.36 17.25 29.65 -
YUV 118.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 165 89 147 0 0.46 0.11 0.35 314.21 0.3 0.5
Hex A5 59 93 0 2E B 23 13A 1E 32
Octal 245 131 223 0 56 13 43 472 36 62
Binary 10100101 1011001 10010011 0 101110 1011 100011 100111010 11110 110010

Color Harmonies of #A55993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55993

Black with #A55993

Text Example


Text Example

White with #A55993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55993; }

 p { color: rgb(165,89,147); }

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

background-color css

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

 a { background-color: rgb(165,89,147); }

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

border-color css

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

 span { border-color: rgb(165,89,147); }

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