#A800B3

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

Shades of Dark Violet #A800B3

Tints of Dark Violet #A800B3

Color information

#A800B3 (or 0xA800B3) is unknown color: approx Dark Violet. HEX triplet: A8, 00 and B3. RGB value is (168,0,179). Sum of RGB (Red+Green+Blue) = 168+0+179=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #A800B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800B3 is #57FF4C. Grayscale: #464646. Windows color (decimal): -5766989 or 11731112. OLE color: 11731112.

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

Color convert

RGB1680179-
CMYK0.06100.30
HSL296.31º100%35.1%-
HSV(B)296.31º100%70.2%-
XYZ24.2911.5843.6-
YUV70.64189.16197.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=48.41%
G=0%
B=51.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16801790.06100.30296.3110035.1
HexA80B366401E1286423
Octal2500263614403645014443
Binary1010100001011001111011001000111101001010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A800B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A800B3; }

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

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

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

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

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

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

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

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