Html Css Color HEX #A05090 Violet Blue

📋 copy color: '#A05090'

red 160 ◦ green 80 ◦ blue 144

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

Shades of Violet Blue #A05090

Tints of Violet Blue #A05090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 41.67%
G = 20.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A05090 (or 0xA05090) is known color: Violet Blue. HEX triplet: A0, 50 and 90. RGB value is (160,80,144). Sum of RGB (Red+Green+Blue) = 160+80+144=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A05090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05090 is #5FAF6F. Grayscale: #6F6F6F. Windows color (decimal): -6270832 or 9457824. OLE color: 9457824.

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

Color convert

RGB 160 80 144 -
CMYK 0 0.5 0.1 0.37
HSL 312º 0.33% 0.47% -
HSV(B) 312º 0.5% 0.63% -
XYZ 22.4 15.22 28.14 -
YUV 111.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 160 80 144 0 0.5 0.1 0.37 312 0.33 0.47
Hex A0 50 90 0 32 A 25 138 21 2F
Octal 240 120 220 0 62 12 45 470 41 57
Binary 10100000 1010000 10010000 0 110010 1010 100101 100111000 100001 101111

Color Harmonies of #A05090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05090

Black with #A05090

Text Example


Text Example

White with #A05090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05090; }

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

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

background-color css

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

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

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

border-color css

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

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

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