Html Css Color HEX #A55895 Violet Blue

📋 copy color: '#A55895'

red 165 ◦ green 88 ◦ blue 149

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

Shades of Violet Blue #A55895

Tints of Violet Blue #A55895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 41.04%
G = 21.89%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A55895 (or 0xA55895) is known color: Violet Blue. HEX triplet: A5, 58 and 95. RGB value is (165,88,149). Sum of RGB (Red+Green+Blue) = 165+88+149=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A55895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55895 is #5AA76A. Grayscale: #757575. Windows color (decimal): -5941099 or 9787557. OLE color: 9787557.

HSL color Cylindrical-coordinate representation of color #A55895: hue angle of 312.47º 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 #A55895 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 149 -
CMYK 0 0.47 0.10 0.35
HSL 312.47º 0.3% 0.5% -
HSV(B) 312.47º 0.47% 0.65% -
XYZ 24.43 17.15 30.46 -
YUV 117.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 165 88 149 0 0.47 0.10 0.35 312.47 0.3 0.5
Hex A5 58 95 0 2F A 23 138 1E 32
Octal 245 130 225 0 57 12 43 470 36 62
Binary 10100101 1011000 10010101 0 101111 1010 100011 100111000 11110 110010

Color Harmonies of #A55895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55895

Black with #A55895

Text Example


Text Example

White with #A55895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55895; }

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

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

background-color css

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

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

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

border-color css

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

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

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