Html Css Color HEX #A0399B Violet Blue

📋 copy color: '#A0399B'

red 160 ◦ green 57 ◦ blue 155

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

Shades of Violet Blue #A0399B

Tints of Violet Blue #A0399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.32%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 43.01%
G = 15.32%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0399B (or 0xA0399B) is known color: Violet Blue. HEX triplet: A0, 39 and 9B. RGB value is (160,57,155). Sum of RGB (Red+Green+Blue) = 160+57+155=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0399B is #5FC664. Grayscale: #626262. Windows color (decimal): -6276709 or 10172832. OLE color: 10172832.

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

Color convert

RGB 160 57 155 -
CMYK 0 0.64 0.03 0.37
HSL 302.91º 0.47% 0.43% -
HSV(B) 302.91º 0.64% 0.63% -
XYZ 21.88 12.77 32.32 -
YUV 98.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 160 57 155 0 0.64 0.03 0.37 302.91 0.47 0.43
Hex A0 39 9B 0 40 3 25 12F 2F 2B
Octal 240 71 233 0 100 3 45 457 57 53
Binary 10100000 111001 10011011 0 1000000 11 100101 100101111 101111 101011

Color Harmonies of #A0399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0399B

Black with #A0399B

Text Example


Text Example

White with #A0399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0399B; }

 p { color: rgb(160,57,155); }

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

background-color css

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

 a { background-color: rgb(160,57,155); }

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

border-color css

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

 span { border-color: rgb(160,57,155); }

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