#ac2aee

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

Shades of Blue Violet #AC2AEE

Tints of Blue Violet #AC2AEE

Color information

#AC2AEE (or 0xAC2AEE) is unknown color: approx Blue Violet. HEX triplet: AC, 2A and EE. RGB value is (172,42,238). Sum of RGB (Red+Green+Blue) = 172+42+238=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC2AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2AEE is #53D511. Grayscale: #666666. Windows color (decimal): -5494034 or 15608492. OLE color: 15608492.

HSL color Cylindrical-coordinate representation of color #AC2AEE: hue angle of 279.8º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2AEE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17242238-
CMYK0.280.8200.07
HSL279.8º85.22%54.9%-
HSV(B)279.8º82.35%93.33%-
XYZ33.2716.682.34-
YUV103.21204.07177.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 42 (16.80% from 255) = 9.29%
BLUE value IS 238 (93.36% from 255) = 52.65%
R=38.05%
G=9.29%
B=52.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172422380.280.8200.07279.885.2254.9
HexAC2AEE1C52071185537
Octal25452356341220743012567
Binary101011001010101110111011100101001001111000110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac2aee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac2aee; }

 p { color: rgb(172,42,238); }

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

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

 a { background-color: rgb(172,42,238); }

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

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

 span { border-color: rgb(172,42,238); }

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