Html Css Color HEX #A0508D Violet Blue

📋 copy color: '#A0508D'

red 160 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #A0508D

Tints of Violet Blue #A0508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 41.99%
G = 21%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0508D (or 0xA0508D) is known color: Violet Blue. HEX triplet: A0, 50 and 8D. RGB value is (160,80,141). Sum of RGB (Red+Green+Blue) = 160+80+141=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0508D is #5FAF72. Grayscale: #6E6E6E. Windows color (decimal): -6270835 or 9261216. OLE color: 9261216.

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

Color convert

RGB 160 80 141 -
CMYK 0 0.5 0.12 0.37
HSL 314.25º 0.33% 0.47% -
HSV(B) 314.25º 0.5% 0.63% -
XYZ 22.17 15.13 26.95 -
YUV 110.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 160 80 141 0 0.5 0.12 0.37 314.25 0.33 0.47
Hex A0 50 8D 0 32 C 25 13A 21 2F
Octal 240 120 215 0 62 14 45 472 41 57
Binary 10100000 1010000 10001101 0 110010 1100 100101 100111010 100001 101111

Color Harmonies of #A0508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0508D

Black with #A0508D

Text Example


Text Example

White with #A0508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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