#A238F2

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

Shades of Blue Violet #A238F2

Tints of Blue Violet #A238F2

Color information

#A238F2 (or 0xA238F2) is unknown color: approx Blue Violet. HEX triplet: A2, 38 and F2. RGB value is (162,56,242). Sum of RGB (Red+Green+Blue) = 162+56+242=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #A238F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A238F2 is #5DC70D. Grayscale: #6C6C6C. Windows color (decimal): -6145806 or 15874210. OLE color: 15874210.

HSL color Cylindrical-coordinate representation of color #A238F2: hue angle of 274.19º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A238F2 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16256242-
CMYK0.330.7700.05
HSL274.19º87.74%58.43%-
HSV(B)274.19º76.86%94.9%-
XYZ32.3416.9285.57-
YUV108.9203.12165.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 56 (22.27% from 255) = 12.17%
BLUE value IS 242 (94.92% from 255) = 52.61%
R=35.22%
G=12.17%
B=52.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162562420.330.7700.05274.1987.7458.43
HexA238F2214D05112583a
Octal24270362411150542213072
Binary1010001011100011110010100001100110101011000100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A238F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A238F2; }

 p { color: rgb(162,56,242); }

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

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

 a { background-color: rgb(162,56,242); }

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

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

 span { border-color: rgb(162,56,242); }

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