Html Css Color HEX #A55596 Violet Blue

📋 copy color: '#A55596'

red 165 ◦ green 85 ◦ blue 150

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

Shades of Violet Blue #A55596

Tints of Violet Blue #A55596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 41.25%
G = 21.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A55596 (or 0xA55596) is known color: Violet Blue. HEX triplet: A5, 55 and 96. RGB value is (165,85,150). Sum of RGB (Red+Green+Blue) = 165+85+150=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A55596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55596 is #5AAA69. Grayscale: #747474. Windows color (decimal): -5941866 or 9852325. OLE color: 9852325.

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

Color convert

RGB 165 85 150 -
CMYK 0 0.48 0.09 0.35
HSL 311.25º 0.32% 0.49% -
HSV(B) 311.25º 0.48% 0.65% -
XYZ 24.27 16.7 30.8 -
YUV 116.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 165 85 150 0 0.48 0.09 0.35 311.25 0.32 0.49
Hex A5 55 96 0 30 9 23 137 20 31
Octal 245 125 226 0 60 11 43 467 40 61
Binary 10100101 1010101 10010110 0 110000 1001 100011 100110111 100000 110001

Color Harmonies of #A55596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55596

Black with #A55596

Text Example


Text Example

White with #A55596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55596; }

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

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

background-color css

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

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

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

border-color css

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

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

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