#A307C0

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

Shades of Dark Violet #A307C0

Tints of Dark Violet #A307C0

Color information

#A307C0 (or 0xA307C0) is unknown color: approx Dark Violet. HEX triplet: A3, 07 and C0. RGB value is (163,7,192). Sum of RGB (Red+Green+Blue) = 163+7+192=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #A307C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307C0 is #5CF83F. Grayscale: #4A4A4A. Windows color (decimal): -6092864 or 12584867. OLE color: 12584867.

HSL color Cylindrical-coordinate representation of color #A307C0: hue angle of 290.59º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307C0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1637192-
CMYK0.150.9600.25
HSL290.59º92.96%39.02%-
HSV(B)290.59º96.35%75.29%-
XYZ24.6911.7450.83-
YUV74.73194.18190.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 7 (3.12% from 255) = 1.93%
BLUE value IS 192 (75.39% from 255) = 53.04%
R=45.03%
G=1.93%
B=53.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16371920.150.9600.25290.5992.9639.02
HexA37C0F600191235d27
Octal24373001714003144313547
Binary1010001111111000000111111000000110011001000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A307C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A307C0; }

 p { color: rgb(163,7,192); }

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

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

 a { background-color: rgb(163,7,192); }

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

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

 span { border-color: rgb(163,7,192); }

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