#A813B4

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

Shades of Dark Violet #A813B4

Tints of Dark Violet #A813B4

Color information

#A813B4 (or 0xA813B4) is unknown color: approx Dark Violet. HEX triplet: A8, 13 and B4. RGB value is (168,19,180). Sum of RGB (Red+Green+Blue) = 168+19+180=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #A813B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813B4 is #57EC4B. Grayscale: #515151. Windows color (decimal): -5762124 or 11801512. OLE color: 11801512.

HSL color Cylindrical-coordinate representation of color #A813B4: hue angle of 295.53º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813B4 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16819180-
CMYK0.070.8900.29
HSL295.53º80.9%39.02%-
HSV(B)295.53º89.44%70.59%-
XYZ24.6212.0944.22-
YUV81.9183.36189.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 19 (7.81% from 255) = 5.18%
BLUE value IS 180 (70.70% from 255) = 49.05%
R=45.78%
G=5.18%
B=49.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168191800.070.8900.29295.5380.939.02
HexA813B475901D1285127
Octal25023264713103545012147
Binary10101000100111011010011110110010111011001010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A813B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A813B4; }

 p { color: rgb(168,19,180); }

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

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

 a { background-color: rgb(168,19,180); }

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

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

 span { border-color: rgb(168,19,180); }

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