Html Css Color HEX #A05993 Violet Blue

📋 copy color: '#A05993'

red 160 ◦ green 89 ◦ blue 147

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

Shades of Violet Blue #A05993

Tints of Violet Blue #A05993

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

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

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

R = 40.4%
G = 22.47%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A05993 (or 0xA05993) is known color: Violet Blue. HEX triplet: A0, 59 and 93. RGB value is (160,89,147). Sum of RGB (Red+Green+Blue) = 160+89+147=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A05993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05993 is #5FA66C. Grayscale: #747474. Windows color (decimal): -6268525 or 9656736. OLE color: 9656736.

HSL color Cylindrical-coordinate representation of color #A05993: hue angle of 310.99º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05993 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 147 -
CMYK 0 0.44 0.08 0.37
HSL 310.99º 0.29% 0.49% -
HSV(B) 310.99º 0.44% 0.63% -
XYZ 23.34 16.72 29.6 -
YUV 116.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 160 89 147 0 0.44 0.08 0.37 310.99 0.29 0.49
Hex A0 59 93 0 2C 8 25 137 1D 31
Octal 240 131 223 0 54 10 45 467 35 61
Binary 10100000 1011001 10010011 0 101100 1000 100101 100110111 11101 110001

Color Harmonies of #A05993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05993

Black with #A05993

Text Example


Text Example

White with #A05993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05993; }

 p { color: rgb(160,89,147); }

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

background-color css

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

 a { background-color: rgb(160,89,147); }

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

border-color css

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

 span { border-color: rgb(160,89,147); }

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