Html Css Color HEX #A55492 Violet Blue

📋 copy color: '#A55492'

red 165 ◦ green 84 ◦ blue 146

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

Shades of Violet Blue #A55492

Tints of Violet Blue #A55492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

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

R = 41.77%
G = 21.27%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A55492 (or 0xA55492) is known color: Violet Blue. HEX triplet: A5, 54 and 92. RGB value is (165,84,146). Sum of RGB (Red+Green+Blue) = 165+84+146=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A55492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55492 is #5AAB6D. Grayscale: #737373. Windows color (decimal): -5942126 or 9589925. OLE color: 9589925.

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

Color convert

RGB 165 84 146 -
CMYK 0 0.49 0.12 0.35
HSL 314.07º 0.33% 0.49% -
HSV(B) 314.07º 0.49% 0.65% -
XYZ 23.88 16.42 29.1 -
YUV 115.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 165 84 146 0 0.49 0.12 0.35 314.07 0.33 0.49
Hex A5 54 92 0 31 C 23 13A 21 31
Octal 245 124 222 0 61 14 43 472 41 61
Binary 10100101 1010100 10010010 0 110001 1100 100011 100111010 100001 110001

Color Harmonies of #A55492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55492

Black with #A55492

Text Example


Text Example

White with #A55492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55492; }

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

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

background-color css

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

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

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

border-color css

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

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

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