Html Css Color HEX #A55992 Violet Blue

📋 copy color: '#A55992'

red 165 ◦ green 89 ◦ blue 146

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

Shades of Violet Blue #A55992

Tints of Violet Blue #A55992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 41.25%
G = 22.25%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A55992 (or 0xA55992) is known color: Violet Blue. HEX triplet: A5, 59 and 92. RGB value is (165,89,146). Sum of RGB (Red+Green+Blue) = 165+89+146=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A55992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55992 is #5AA66D. Grayscale: #767676. Windows color (decimal): -5940846 or 9591205. OLE color: 9591205.

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

Color convert

RGB 165 89 146 -
CMYK 0 0.46 0.12 0.35
HSL 315º 0.3% 0.5% -
HSV(B) 315º 0.46% 0.65% -
XYZ 24.28 17.22 29.24 -
YUV 118.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 165 89 146 0 0.46 0.12 0.35 315 0.3 0.5
Hex A5 59 92 0 2E C 23 13B 1E 32
Octal 245 131 222 0 56 14 43 473 36 62
Binary 10100101 1011001 10010010 0 101110 1100 100011 100111011 11110 110010

Color Harmonies of #A55992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55992

Black with #A55992

Text Example


Text Example

White with #A55992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55992; }

 p { color: rgb(165,89,146); }

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

background-color css

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

 a { background-color: rgb(165,89,146); }

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

border-color css

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

 span { border-color: rgb(165,89,146); }

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