Html Css Color HEX #A55595 Violet Blue

📋 copy color: '#A55595'

red 165 ◦ green 85 ◦ blue 149

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

Shades of Violet Blue #A55595

Tints of Violet Blue #A55595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.3%

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

R = 41.35%
G = 21.3%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A55595 (or 0xA55595) is known color: Violet Blue. HEX triplet: A5, 55 and 95. RGB value is (165,85,149). Sum of RGB (Red+Green+Blue) = 165+85+149=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55595 is #5AAA6A. Grayscale: #747474. Windows color (decimal): -5941867 or 9786789. OLE color: 9786789.

HSL color Cylindrical-coordinate representation of color #A55595: hue angle of 312º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55595 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 85 149 -
CMYK 0 0.48 0.10 0.35
HSL 312º 0.32% 0.49% -
HSV(B) 312º 0.48% 0.65% -
XYZ 24.19 16.67 30.38 -
YUV 116.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 165 85 149 0 0.48 0.10 0.35 312 0.32 0.49
Hex A5 55 95 0 30 A 23 138 20 31
Octal 245 125 225 0 60 12 43 470 40 61
Binary 10100101 1010101 10010101 0 110000 1010 100011 100111000 100000 110001

Color Harmonies of #A55595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55595

Black with #A55595

Text Example


Text Example

White with #A55595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55595; }

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

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

background-color css

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

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

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

border-color css

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

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

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