Html Css Color HEX #AC36F5 Blue Violet

📋 copy color: '#AC36F5'

red 172 ◦ green 54 ◦ blue 245

#AC36F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #AC36F5

Tints of Blue Violet #AC36F5

RGB

 RED value IS 172 (67.58% from 255) = 36.52%

 GREEN value IS 54 (21.48% from 255) = 11.46%

 BLUE value IS 245 (96.09% from 255) = 52.02%

R = 36.52%
G = 11.46%
B = 52.02%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC36F5 (or 0xAC36F5) is known color: Blue Violet. HEX triplet: AC, 36 and F5. RGB value is (172,54,245). Sum of RGB (Red+Green+Blue) = 172+54+245=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC36F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC36F5 is #53C90A. Grayscale: #6E6E6E. Windows color (decimal): -5490955 or 16070316. OLE color: 16070316.

HSL color Cylindrical-coordinate representation of color #AC36F5: hue angle of 277.07º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC36F5 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 54 245 -
CMYK 0.30 0.78 0 0.04
HSL 277.07º 0.91% 0.59% -
HSV(B) 277.07º 0.78% 0.96% -
XYZ 34.81 18 88.03 -
YUV 111.06 203.59 171.47 -
System Red Green Blue C M Y K H S L
Decimal 172 54 245 0.30 0.78 0 0.04 277.07 0.91 0.59
Hex AC 36 F5 1E 4E 0 4 115 5B 3B
Octal 254 66 365 36 116 0 4 425 133 73
Binary 10101100 110110 11110101 11110 1001110 0 100 100010101 1011011 111011

Color Harmonies of #AC36F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36F5

Black with #AC36F5

Text Example


Text Example

White with #AC36F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36F5; }

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

 H1.HeaderClassName
 {
   color: #AC36F5;
 }
 .AnyTagClassName
 {
   color: #AC36F5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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