#A840FF

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

Shades of Blue Violet #A840FF

Tints of Blue Violet #A840FF

Color information

#A840FF (or 0xA840FF) is unknown color: approx Blue Violet. HEX triplet: A8, 40 and FF. RGB value is (168,64,255). Sum of RGB (Red+Green+Blue) = 168+64+255=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #A840FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A840FF is #57BF00. Grayscale: #747474. Windows color (decimal): -5750529 or 16728232. OLE color: 16728232.

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

Color convert

RGB16864255-
CMYK0.340.7500
HSL272.67º100%62.55%-
HSV(B)272.67º74.9%100%-
XYZ36.0319.2196.42-
YUV116.87205.96164.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 64 (25.39% from 255) = 13.14%
BLUE value IS 255 (100% from 255) = 52.36%
R=34.50%
G=13.14%
B=52.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal168642550.340.7500272.6710062.55
HexA840FF224B00111643f
Octal250100377421130042114477
Binary101010001000000111111111000101001011001000100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840FF; }

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

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

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

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

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

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

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

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