Html Css Color HEX #A05099 Violet Blue

📋 copy color: '#A05099'

red 160 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #A05099

Tints of Violet Blue #A05099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 40.71%
G = 20.36%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A05099 (or 0xA05099) is known color: Violet Blue. HEX triplet: A0, 50 and 99. RGB value is (160,80,153). Sum of RGB (Red+Green+Blue) = 160+80+153=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A05099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05099 is #5FAF66. Grayscale: #707070. Windows color (decimal): -6270823 or 10047648. OLE color: 10047648.

HSL color Cylindrical-coordinate representation of color #A05099: hue angle of 305.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 #A05099 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 153 -
CMYK 0 0.5 0.04 0.37
HSL 305.25º 0.33% 0.47% -
HSV(B) 305.25º 0.5% 0.63% -
XYZ 23.12 15.51 31.91 -
YUV 112.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 160 80 153 0 0.5 0.04 0.37 305.25 0.33 0.47
Hex A0 50 99 0 32 4 25 131 21 2F
Octal 240 120 231 0 62 4 45 461 41 57
Binary 10100000 1010000 10011001 0 110010 100 100101 100110001 100001 101111

Color Harmonies of #A05099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05099

Black with #A05099

Text Example


Text Example

White with #A05099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05099; }

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

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

background-color css

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

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

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

border-color css

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

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

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