Html Css Color HEX #A55896 Violet Blue

📋 copy color: '#A55896'

red 165 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #A55896

Tints of Violet Blue #A55896

RGB

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

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

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

R = 40.94%
G = 21.84%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A55896 (or 0xA55896) is known color: Violet Blue. HEX triplet: A5, 58 and 96. RGB value is (165,88,150). Sum of RGB (Red+Green+Blue) = 165+88+150=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A55896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55896 is #5AA769. Grayscale: #757575. Windows color (decimal): -5941098 or 9853093. OLE color: 9853093.

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

Color convert

RGB 165 88 150 -
CMYK 0 0.47 0.09 0.35
HSL 311.69º 0.3% 0.5% -
HSV(B) 311.69º 0.47% 0.65% -
XYZ 24.51 17.18 30.88 -
YUV 118.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 165 88 150 0 0.47 0.09 0.35 311.69 0.3 0.5
Hex A5 58 96 0 2F 9 23 138 1E 32
Octal 245 130 226 0 57 11 43 470 36 62
Binary 10100101 1011000 10010110 0 101111 1001 100011 100111000 11110 110010

Color Harmonies of #A55896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55896

Black with #A55896

Text Example


Text Example

White with #A55896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55896; }

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

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

background-color css

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

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

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

border-color css

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

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

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