#A407B4

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

Shades of Dark Violet #A407B4

Tints of Dark Violet #A407B4

Color information

#A407B4 (or 0xA407B4) is unknown color: approx Dark Violet. HEX triplet: A4, 07 and B4. RGB value is (164,7,180). Sum of RGB (Red+Green+Blue) = 164+7+180=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #A407B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407B4 is #5BF84B. Grayscale: #494949. Windows color (decimal): -6027340 or 11798436. OLE color: 11798436.

HSL color Cylindrical-coordinate representation of color #A407B4: hue angle of 294.45º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A407B4 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1647180-
CMYK0.090.9600.29
HSL294.45º92.51%36.67%-
HSV(B)294.45º96.11%70.59%-
XYZ23.6211.3444.12-
YUV73.67188.01192.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 180 (70.70% from 255) = 51.28%
R=46.72%
G=1.99%
B=51.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16471800.090.9600.29294.4592.5136.67
HexA47B496001D1265d25
Octal24472641114003544613545
Binary1010010011110110100100111000000111011001001101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A407B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A407B4; }

 p { color: rgb(164,7,180); }

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

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

 a { background-color: rgb(164,7,180); }

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

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

 span { border-color: rgb(164,7,180); }

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