#A83BEE

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

Shades of Blue Violet #A83BEE

Tints of Blue Violet #A83BEE

Color information

#A83BEE (or 0xA83BEE) is unknown color: approx Blue Violet. HEX triplet: A8, 3B and EE. RGB value is (168,59,238). Sum of RGB (Red+Green+Blue) = 168+59+238=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #A83BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83BEE is #57C411. Grayscale: #6F6F6F. Windows color (decimal): -5751826 or 15612840. OLE color: 15612840.

HSL color Cylindrical-coordinate representation of color #A83BEE: hue angle of 276.54º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83BEE is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16859238-
CMYK0.290.7500.07
HSL276.54º84.04%58.24%-
HSV(B)276.54º75.21%93.33%-
XYZ33.1517.6382.54-
YUV112199.11167.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 59 (23.44% from 255) = 12.69%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=36.13%
G=12.69%
B=51.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168592380.290.7500.07276.5484.0458.24
HexA83BEE1D4B07115543a
Octal25073356351130742512472
Binary101010001110111110111011101100101101111000101011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83BEE; }

 p { color: rgb(168,59,238); }

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

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

 a { background-color: rgb(168,59,238); }

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

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

 span { border-color: rgb(168,59,238); }

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