Html Css Color HEX #A05091 Violet Blue

📋 copy color: '#A05091'

red 160 ◦ green 80 ◦ blue 145

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

Shades of Violet Blue #A05091

Tints of Violet Blue #A05091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 41.56%
G = 20.78%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A05091 (or 0xA05091) is known color: Violet Blue. HEX triplet: A0, 50 and 91. RGB value is (160,80,145). Sum of RGB (Red+Green+Blue) = 160+80+145=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A05091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05091 is #5FAF6E. Grayscale: #6F6F6F. Windows color (decimal): -6270831 or 9523360. OLE color: 9523360.

HSL color Cylindrical-coordinate representation of color #A05091: hue angle of 311.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05091 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 145 -
CMYK 0 0.5 0.09 0.37
HSL 311.25º 0.33% 0.47% -
HSV(B) 311.25º 0.5% 0.63% -
XYZ 22.48 15.26 28.55 -
YUV 111.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 160 80 145 0 0.5 0.09 0.37 311.25 0.33 0.47
Hex A0 50 91 0 32 9 25 137 21 2F
Octal 240 120 221 0 62 11 45 467 41 57
Binary 10100000 1010000 10010001 0 110010 1001 100101 100110111 100001 101111

Color Harmonies of #A05091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05091

Black with #A05091

Text Example


Text Example

White with #A05091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05091; }

 p { color: rgb(160,80,145); }

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

background-color css

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

 a { background-color: rgb(160,80,145); }

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

border-color css

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

 span { border-color: rgb(160,80,145); }

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