#A83FF2

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

Shades of Blue Violet #A83FF2

Tints of Blue Violet #A83FF2

Color information

#A83FF2 (or 0xA83FF2) is unknown color: approx Blue Violet. HEX triplet: A8, 3F and F2. RGB value is (168,63,242). Sum of RGB (Red+Green+Blue) = 168+63+242=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #A83FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FF2 is #57C00D. Grayscale: #727272. Windows color (decimal): -5750798 or 15876008. OLE color: 15876008.

HSL color Cylindrical-coordinate representation of color #A83FF2: hue angle of 275.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83FF2 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16863242-
CMYK0.310.7400.05
HSL275.2º87.32%59.8%-
HSV(B)275.2º73.97%94.9%-
XYZ33.9518.2985.75-
YUV114.8199.79165.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 63 (25% from 255) = 13.32%
BLUE value IS 242 (94.92% from 255) = 51.16%
R=35.52%
G=13.32%
B=51.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168632420.310.7400.05275.287.3259.8
HexA83FF21F4A05113573c
Octal25077362371120542312774
Binary101010001111111111001011111100101001011000100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FF2; }

 p { color: rgb(168,63,242); }

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

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

 a { background-color: rgb(168,63,242); }

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

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

 span { border-color: rgb(168,63,242); }

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