Html Css Color HEX #A55897 Violet Blue

📋 copy color: '#A55897'

red 165 ◦ green 88 ◦ blue 151

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

Shades of Violet Blue #A55897

Tints of Violet Blue #A55897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 151 (59.38% from 255) = 37.38%

R = 40.84%
G = 21.78%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A55897 (or 0xA55897) is known color: Violet Blue. HEX triplet: A5, 58 and 97. RGB value is (165,88,151). Sum of RGB (Red+Green+Blue) = 165+88+151=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A55897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55897 is #5AA768. Grayscale: #767676. Windows color (decimal): -5941097 or 9918629. OLE color: 9918629.

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

Color convert

RGB 165 88 151 -
CMYK 0 0.47 0.08 0.35
HSL 310.91º 0.3% 0.5% -
HSV(B) 310.91º 0.47% 0.65% -
XYZ 24.59 17.21 31.3 -
YUV 118.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 165 88 151 0 0.47 0.08 0.35 310.91 0.3 0.5
Hex A5 58 97 0 2F 8 23 137 1E 32
Octal 245 130 227 0 57 10 43 467 36 62
Binary 10100101 1011000 10010111 0 101111 1000 100011 100110111 11110 110010

Color Harmonies of #A55897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55897

Black with #A55897

Text Example


Text Example

White with #A55897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55897; }

 p { color: rgb(165,88,151); }

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

background-color css

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

 a { background-color: rgb(165,88,151); }

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

border-color css

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

 span { border-color: rgb(165,88,151); }

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