#AC38F5

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

Shades of Blue Violet #AC38F5

Tints of Blue Violet #AC38F5

Color information

#AC38F5 (or 0xAC38F5) is unknown color: approx Blue Violet. HEX triplet: AC, 38 and F5. RGB value is (172,56,245). Sum of RGB (Red+Green+Blue) = 172+56+245=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC38F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC38F5 is #53C70A. Grayscale: #6F6F6F. Windows color (decimal): -5490443 or 16070828. OLE color: 16070828.

HSL color Cylindrical-coordinate representation of color #AC38F5: hue angle of 276.83º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC38F5 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17256245-
CMYK0.300.7700.04
HSL276.83º90.43%59.02%-
HSV(B)276.83º77.14%96.08%-
XYZ34.9118.1988.06-
YUV112.23202.93170.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 56 (22.27% from 255) = 11.84%
BLUE value IS 245 (96.09% from 255) = 51.80%
R=36.36%
G=11.84%
B=51.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172562450.300.7700.04276.8390.4359.02
HexAC38F51E4D041155a3b
Octal25470365361150442513273
Binary101011001110001111010111110100110101001000101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38F5; }

 p { color: rgb(172,56,245); }

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

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

 a { background-color: rgb(172,56,245); }

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

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

 span { border-color: rgb(172,56,245); }

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