#AC36FD

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

Shades of Blue Violet #AC36FD

Tints of Blue Violet #AC36FD

Color information

#AC36FD (or 0xAC36FD) is unknown color: approx Blue Violet. HEX triplet: AC, 36 and FD. RGB value is (172,54,253). Sum of RGB (Red+Green+Blue) = 172+54+253=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC36FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC36FD is #53C902. Grayscale: #6F6F6F. Windows color (decimal): -5490947 or 16594604. OLE color: 16594604.

HSL color Cylindrical-coordinate representation of color #AC36FD: hue angle of 275.58º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC36FD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17254253-
CMYK0.320.7900.01
HSL275.58º98.03%60.2%-
HSV(B)275.58º78.66%99.22%-
XYZ36.0618.594.6-
YUV111.97207.59170.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 54 (21.48% from 255) = 11.27%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=35.91%
G=11.27%
B=52.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172542530.320.7900.01275.5898.0360.2
HexAC36FD204F01114623c
Octal25466375401170142414274
Binary10101100110110111111011000001001111011000101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC36FD; }

 p { color: rgb(172,54,253); }

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

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

 a { background-color: rgb(172,54,253); }

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

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

 span { border-color: rgb(172,54,253); }

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