Html Css Color HEX #A0488B Violet Blue

📋 copy color: '#A0488B'

red 160 ◦ green 72 ◦ blue 139

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

Shades of Violet Blue #A0488B

Tints of Violet Blue #A0488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 43.13%
G = 19.41%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0488B (or 0xA0488B) is known color: Violet Blue. HEX triplet: A0, 48 and 8B. RGB value is (160,72,139). Sum of RGB (Red+Green+Blue) = 160+72+139=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0488B is #5FB774. Grayscale: #696969. Windows color (decimal): -6272885 or 9128096. OLE color: 9128096.

HSL color Cylindrical-coordinate representation of color #A0488B: hue angle of 314.32º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0488B is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 139 -
CMYK 0 0.55 0.13 0.37
HSL 314.32º 0.38% 0.45% -
HSV(B) 314.32º 0.55% 0.63% -
XYZ 21.47 13.97 25.99 -
YUV 105.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 160 72 139 0 0.55 0.13 0.37 314.32 0.38 0.45
Hex A0 48 8B 0 37 D 25 13A 26 2D
Octal 240 110 213 0 67 15 45 472 46 55
Binary 10100000 1001000 10001011 0 110111 1101 100101 100111010 100110 101101

Color Harmonies of #A0488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0488B

Black with #A0488B

Text Example


Text Example

White with #A0488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0488B; }

 p { color: rgb(160,72,139); }

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

background-color css

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

 a { background-color: rgb(160,72,139); }

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

border-color css

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

 span { border-color: rgb(160,72,139); }

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