#A026FF

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

Shades of Blue Violet #A026FF

Tints of Blue Violet #A026FF

Color information

#A026FF (or 0xA026FF) is unknown color: approx Blue Violet. HEX triplet: A0, 26 and FF. RGB value is (160,38,255). Sum of RGB (Red+Green+Blue) = 160+38+255=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #A026FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A026FF is #5FD900. Grayscale: #626262. Windows color (decimal): -6281473 or 16721568. OLE color: 16721568.

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

Color convert

RGB16038255-
CMYK0.370.8500
HSL273.73º100%57.45%-
HSV(B)273.73º85.1%100%-
XYZ33.2416.0895.96-
YUV99.22215.92171.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 38 (15.23% from 255) = 8.39%
BLUE value IS 255 (100% from 255) = 56.29%
R=35.32%
G=8.39%
B=56.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal160382550.370.8500273.7310057.45
HexA026FF2555001126439
Octal24046377451250042214471
Binary10100000100110111111111001011010101001000100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A026FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A026FF; }

 p { color: rgb(160,38,255); }

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

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

 a { background-color: rgb(160,38,255); }

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

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

 span { border-color: rgb(160,38,255); }

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