#AC35F3

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

Shades of Blue Violet #AC35F3

Tints of Blue Violet #AC35F3

Color information

#AC35F3 (or 0xAC35F3) is unknown color: approx Blue Violet. HEX triplet: AC, 35 and F3. RGB value is (172,53,243). Sum of RGB (Red+Green+Blue) = 172+53+243=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC35F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC35F3 is #53CA0C. Grayscale: #6D6D6D. Windows color (decimal): -5491213 or 15938988. OLE color: 15938988.

HSL color Cylindrical-coordinate representation of color #AC35F3: hue angle of 277.58º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC35F3 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17253243-
CMYK0.290.7800.05
HSL277.58º88.79%58.04%-
HSV(B)277.58º78.19%95.29%-
XYZ34.4617.7986.41-
YUV110.24202.92172.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 53 (21.09% from 255) = 11.32%
BLUE value IS 243 (95.31% from 255) = 51.92%
R=36.75%
G=11.32%
B=51.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172532430.290.7800.05277.5888.7958.04
HexAC35F31D4E05116593a
Octal25465363351160542613172
Binary101011001101011111001111101100111001011000101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC35F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC35F3; }

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

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

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

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

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

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

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

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