#A83AFD

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

Shades of Blue Violet #A83AFD

Tints of Blue Violet #A83AFD

Color information

#A83AFD (or 0xA83AFD) is unknown color: approx Blue Violet. HEX triplet: A8, 3A and FD. RGB value is (168,58,253). Sum of RGB (Red+Green+Blue) = 168+58+253=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #A83AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AFD is #57C502. Grayscale: #707070. Windows color (decimal): -5752067 or 16595624. OLE color: 16595624.

HSL color Cylindrical-coordinate representation of color #A83AFD: hue angle of 273.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A83AFD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16858253-
CMYK0.340.7700.01
HSL273.85º97.99%60.98%-
HSV(B)273.85º77.08%99.22%-
XYZ35.3918.4494.62-
YUV113.12206.94167.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 58 (23.05% from 255) = 12.11%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=35.07%
G=12.11%
B=52.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168582530.340.7700.01273.8597.9960.98
HexA83AFD224D01112623d
Octal25072375421150142214275
Binary10101000111010111111011000101001101011000100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83AFD; }

 p { color: rgb(168,58,253); }

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

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

 a { background-color: rgb(168,58,253); }

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

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

 span { border-color: rgb(168,58,253); }

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