#A83FFF

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

Shades of Blue Violet #A83FFF

Tints of Blue Violet #A83FFF

Color information

#A83FFF (or 0xA83FFF) is unknown color: approx Blue Violet. HEX triplet: A8, 3F and FF. RGB value is (168,63,255). Sum of RGB (Red+Green+Blue) = 168+63+255=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #A83FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FFF is #57C000. Grayscale: #737373. Windows color (decimal): -5750785 or 16727976. OLE color: 16727976.

HSL color Cylindrical-coordinate representation of color #A83FFF: hue angle of 272.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83FFF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16863255-
CMYK0.340.7500
HSL272.81º100%62.35%-
HSV(B)272.81º75.29%100%-
XYZ35.9819.196.4-
YUV116.28206.29164.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 63 (25% from 255) = 12.96%
BLUE value IS 255 (100% from 255) = 52.47%
R=34.57%
G=12.96%
B=52.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal168632550.340.7500272.8110062.35
HexA83FFF224B00111643e
Octal25077377421130042114476
Binary10101000111111111111111000101001011001000100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83FFF; }

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

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

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

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

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

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

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

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