#AC3AF8

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

Shades of Blue Violet #AC3AF8

Tints of Blue Violet #AC3AF8

Color information

#AC3AF8 (or 0xAC3AF8) is unknown color: approx Blue Violet. HEX triplet: AC, 3A and F8. RGB value is (172,58,248). Sum of RGB (Red+Green+Blue) = 172+58+248=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC3AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3AF8 is #53C507. Grayscale: #717171. Windows color (decimal): -5489928 or 16267948. OLE color: 16267948.

HSL color Cylindrical-coordinate representation of color #AC3AF8: hue angle of 276º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3AF8 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17258248-
CMYK0.310.7700.03
HSL276º93.14%60%-
HSV(B)276º76.61%97.25%-
XYZ35.4718.5790.52-
YUV113.75203.77169.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 58 (23.05% from 255) = 12.13%
BLUE value IS 248 (97.27% from 255) = 51.88%
R=35.98%
G=12.13%
B=51.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172582480.310.7700.0327693.1460
HexAC3AF81F4D031145d3c
Octal25472370371150342413574
Binary10101100111010111110001111110011010111000101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3AF8; }

 p { color: rgb(172,58,248); }

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

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

 a { background-color: rgb(172,58,248); }

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

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

 span { border-color: rgb(172,58,248); }

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