#A242FF

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

Shades of Blue Violet #A242FF

Tints of Blue Violet #A242FF

Color information

#A242FF (or 0xA242FF) is unknown color: approx Blue Violet. HEX triplet: A2, 42 and FF. RGB value is (162,66,255). Sum of RGB (Red+Green+Blue) = 162+66+255=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #A242FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A242FF is #5DBD00. Grayscale: #737373. Windows color (decimal): -6143233 or 16728738. OLE color: 16728738.

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

Color convert

RGB16266255-
CMYK0.360.7400
HSL270.48º100%62.94%-
HSV(B)270.48º74.12%100%-
XYZ34.918.896.4-
YUV116.25206.3160.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 66 (26.17% from 255) = 13.66%
BLUE value IS 255 (100% from 255) = 52.80%
R=33.54%
G=13.66%
B=52.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal162662550.360.7400270.4810062.94
HexA242FF244A0010e643f
Octal242102377441120041614477
Binary101000101000010111111111001001001010001000011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A242FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A242FF; }

 p { color: rgb(162,66,255); }

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

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

 a { background-color: rgb(162,66,255); }

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

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

 span { border-color: rgb(162,66,255); }

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