#A804B3

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

Shades of Dark Violet #A804B3

Tints of Dark Violet #A804B3

Color information

#A804B3 (or 0xA804B3) is unknown color: approx Dark Violet. HEX triplet: A8, 04 and B3. RGB value is (168,4,179). Sum of RGB (Red+Green+Blue) = 168+4+179=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #A804B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804B3 is #57FB4C. Grayscale: #484848. Windows color (decimal): -5765965 or 11732136. OLE color: 11732136.

HSL color Cylindrical-coordinate representation of color #A804B3: hue angle of 296.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804B3 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1684179-
CMYK0.060.9800.30
HSL296.23º95.63%35.88%-
HSV(B)296.23º97.77%70.2%-
XYZ24.3311.6743.62-
YUV72.99187.83195.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=47.86%
G=1.14%
B=51.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16841790.060.9800.30296.2395.6335.88
HexA84B366201E1286024
Octal2504263614203645014044
Binary101010001001011001111011000100111101001010001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A804B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A804B3; }

 p { color: rgb(168,4,179); }

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

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

 a { background-color: rgb(168,4,179); }

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

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

 span { border-color: rgb(168,4,179); }

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