Html Css Color HEX #A55192 Violet Blue

📋 copy color: '#A55192'

red 165 ◦ green 81 ◦ blue 146

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

Shades of Violet Blue #A55192

Tints of Violet Blue #A55192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

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

R = 42.09%
G = 20.66%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A55192 (or 0xA55192) is known color: Violet Blue. HEX triplet: A5, 51 and 92. RGB value is (165,81,146). Sum of RGB (Red+Green+Blue) = 165+81+146=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A55192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55192 is #5AAE6D. Grayscale: #717171. Windows color (decimal): -5942894 or 9589157. OLE color: 9589157.

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

Color convert

RGB 165 81 146 -
CMYK 0 0.51 0.12 0.35
HSL 313.57º 0.34% 0.48% -
HSV(B) 313.57º 0.51% 0.65% -
XYZ 23.65 15.96 29.03 -
YUV 113.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 165 81 146 0 0.51 0.12 0.35 313.57 0.34 0.48
Hex A5 51 92 0 33 C 23 13A 22 30
Octal 245 121 222 0 63 14 43 472 42 60
Binary 10100101 1010001 10010010 0 110011 1100 100011 100111010 100010 110000

Color Harmonies of #A55192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55192

Black with #A55192

Text Example


Text Example

White with #A55192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55192; }

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

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

background-color css

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

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

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

border-color css

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

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

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