#A227F2

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

Shades of Blue Violet #A227F2

Tints of Blue Violet #A227F2

Color information

#A227F2 (or 0xA227F2) is unknown color: approx Blue Violet. HEX triplet: A2, 27 and F2. RGB value is (162,39,242). Sum of RGB (Red+Green+Blue) = 162+39+242=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #A227F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227F2 is #5DD80D. Grayscale: #626262. Windows color (decimal): -6150158 or 15869858. OLE color: 15869858.

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

Color convert

RGB16239242-
CMYK0.330.8400.05
HSL276.35º88.65%55.1%-
HSV(B)276.35º83.88%94.9%-
XYZ31.6515.5485.34-
YUV98.92208.75172.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 39 (15.62% from 255) = 8.80%
BLUE value IS 242 (94.92% from 255) = 54.63%
R=36.57%
G=8.80%
B=54.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162392420.330.8400.05276.3588.6555.1
HexA227F22154051145937
Octal24247362411240542413167
Binary1010001010011111110010100001101010001011000101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A227F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A227F2; }

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

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

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

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

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

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

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

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