#A72CF9

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

Shades of Blue Violet #A72CF9

Tints of Blue Violet #A72CF9

Color information

#A72CF9 (or 0xA72CF9) is unknown color: approx Blue Violet. HEX triplet: A7, 2C and F9. RGB value is (167,44,249). Sum of RGB (Red+Green+Blue) = 167+44+249=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #A72CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72CF9 is #58D306. Grayscale: #676767. Windows color (decimal): -5821191 or 16329895. OLE color: 16329895.

HSL color Cylindrical-coordinate representation of color #A72CF9: hue angle of 276º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A72CF9 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16744249-
CMYK0.330.8200.02
HSL276º94.47%57.45%-
HSV(B)276º82.33%97.65%-
XYZ33.9416.8691.09-
YUV104.15209.75172.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 44 (17.58% from 255) = 9.57%
BLUE value IS 249 (97.66% from 255) = 54.13%
R=36.30%
G=9.57%
B=54.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal167442490.330.8200.0227694.4757.45
HexA72CF92152021145e39
Octal24754371411220242413671
Binary101001111011001111100110000110100100101000101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72CF9; }

 p { color: rgb(167,44,249); }

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

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

 a { background-color: rgb(167,44,249); }

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

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

 span { border-color: rgb(167,44,249); }

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