#AC35FD

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

Shades of Blue Violet #AC35FD

Tints of Blue Violet #AC35FD

Color information

#AC35FD (or 0xAC35FD) is unknown color: approx Blue Violet. HEX triplet: AC, 35 and FD. RGB value is (172,53,253). Sum of RGB (Red+Green+Blue) = 172+53+253=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC35FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC35FD is #53CA02. Grayscale: #6E6E6E. Windows color (decimal): -5491203 or 16594348. OLE color: 16594348.

HSL color Cylindrical-coordinate representation of color #AC35FD: hue angle of 275.7º 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 #AC35FD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17253253-
CMYK0.320.7900.01
HSL275.7º98.04%60%-
HSV(B)275.7º79.05%99.22%-
XYZ36.0218.4194.58-
YUV111.38207.92171.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 53 (21.09% from 255) = 11.09%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=35.98%
G=11.09%
B=52.93%

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
Decimal172532530.320.7900.01275.798.0460
HexAC35FD204F01114623c
Octal25465375401170142414274
Binary10101100110101111111011000001001111011000101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35FD; }

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

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

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

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

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

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

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

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