Html Css Color HEX #A55A93 Violet Blue

📋 copy color: '#A55A93'

red 165 ◦ green 90 ◦ blue 147

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

Shades of Violet Blue #A55A93

Tints of Violet Blue #A55A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.39%

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 41.04%
G = 22.39%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A55A93 (or 0xA55A93) is known color: Violet Blue. HEX triplet: A5, 5A and 93. RGB value is (165,90,147). Sum of RGB (Red+Green+Blue) = 165+90+147=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55A93 is #5AA56C. Grayscale: #767676. Windows color (decimal): -5940589 or 9656997. OLE color: 9656997.

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

Color convert

RGB 165 90 147 -
CMYK 0 0.45 0.11 0.35
HSL 314.4º 0.29% 0.5% -
HSV(B) 314.4º 0.45% 0.65% -
XYZ 24.44 17.42 29.68 -
YUV 118.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 165 90 147 0 0.45 0.11 0.35 314.4 0.29 0.5
Hex A5 5A 93 0 2D B 23 13A 1D 32
Octal 245 132 223 0 55 13 43 472 35 62
Binary 10100101 1011010 10010011 0 101101 1011 100011 100111010 11101 110010

Color Harmonies of #A55A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A93

Black with #A55A93

Text Example


Text Example

White with #A55A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A93; }

 p { color: rgb(165,90,147); }

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

background-color css

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

 a { background-color: rgb(165,90,147); }

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

border-color css

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

 span { border-color: rgb(165,90,147); }

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