#A810B3

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

Shades of Dark Violet #A810B3

Tints of Dark Violet #A810B3

Color information

#A810B3 (or 0xA810B3) is unknown color: approx Dark Violet. HEX triplet: A8, 10 and B3. RGB value is (168,16,179). Sum of RGB (Red+Green+Blue) = 168+16+179=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #A810B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810B3 is #57EF4C. Grayscale: #4F4F4F. Windows color (decimal): -5762893 or 11735208. OLE color: 11735208.

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

Color convert

RGB16816179-
CMYK0.060.9100.30
HSL295.95º83.59%38.24%-
HSV(B)295.95º91.06%70.2%-
XYZ24.4711.9543.66-
YUV80.03183.86190.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 16 (6.64% from 255) = 4.41%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=46.28%
G=4.41%
B=49.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168161790.060.9100.30295.9583.5938.24
HexA810B365B01E1285426
Octal25020263613303645012446
Binary10101000100001011001111010110110111101001010001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A810B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A810B3; }

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

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

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

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

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

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

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

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