Html Css Color HEX #A55392 Violet Blue

📋 copy color: '#A55392'

red 165 ◦ green 83 ◦ blue 146

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

Shades of Violet Blue #A55392

Tints of Violet Blue #A55392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

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

R = 41.88%
G = 21.07%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A55392 (or 0xA55392) is known color: Violet Blue. HEX triplet: A5, 53 and 92. RGB value is (165,83,146). Sum of RGB (Red+Green+Blue) = 165+83+146=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A55392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55392 is #5AAC6D. Grayscale: #727272. Windows color (decimal): -5942382 or 9589669. OLE color: 9589669.

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

Color convert

RGB 165 83 146 -
CMYK 0 0.50 0.12 0.35
HSL 313.9º 0.33% 0.49% -
HSV(B) 313.9º 0.5% 0.65% -
XYZ 23.8 16.26 29.08 -
YUV 114.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 165 83 146 0 0.50 0.12 0.35 313.9 0.33 0.49
Hex A5 53 92 0 32 C 23 13A 21 31
Octal 245 123 222 0 62 14 43 472 41 61
Binary 10100101 1010011 10010010 0 110010 1100 100011 100111010 100001 110001

Color Harmonies of #A55392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55392

Black with #A55392

Text Example


Text Example

White with #A55392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55392; }

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

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

background-color css

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

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

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

border-color css

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

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

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