#a0369b

Color #A0369B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #A0369B

Tints of Vivid Violet #A0369B

Color information

#A0369B (or 0xA0369B) is unknown color: approx Vivid Violet. HEX triplet: A0, 36 and 9B. RGB value is (160,54,155). Sum of RGB (Red+Green+Blue) = 160+54+155=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0369B is #5FC964. Grayscale: #606060. Windows color (decimal): -6277477 or 10172064. OLE color: 10172064.

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

Color convert

RGB16054155-
CMYK00.660.030.37
HSL302.83º49.53%41.96%-
HSV(B)302.83º66.25%62.75%-
XYZ21.7312.4832.27-
YUV97.21160.62172.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=43.36%
G=14.63%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605415500.660.030.37302.8349.5341.96
HexA0369B04232512f322a
Octal2406623301023454576252
Binary10100000110110100110110100001011100101100101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0369b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0369b; }

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

 H1.HeaderClassName
 {
   color: #a0369b;
 }
 .AnyTagClassName
 {
   color: #a0369b;
 }
</style>
background-color css

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

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

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

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

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

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