Html Css Color HEX #AC34F1 Blue Violet

📋 copy color: '#AC34F1'

red 172 ◦ green 52 ◦ blue 241

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

Shades of Blue Violet #AC34F1

Tints of Blue Violet #AC34F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.18%

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 36.99%
G = 11.18%
B = 51.83%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC34F1 (or 0xAC34F1) is known color: Blue Violet. HEX triplet: AC, 34 and F1. RGB value is (172,52,241). Sum of RGB (Red+Green+Blue) = 172+52+241=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC34F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC34F1 is #53CB0E. Grayscale: #6C6C6C. Windows color (decimal): -5491471 or 15807660. OLE color: 15807660.

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

Color convert

RGB 172 52 241 -
CMYK 0.29 0.78 0 0.05
HSL 278.1º 0.87% 0.57% -
HSV(B) 278.1º 0.78% 0.95% -
XYZ 34.12 17.58 84.81 -
YUV 109.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 172 52 241 0.29 0.78 0 0.05 278.1 0.87 0.57
Hex AC 34 F1 1D 4E 0 5 116 57 39
Octal 254 64 361 35 116 0 5 426 127 71
Binary 10101100 110100 11110001 11101 1001110 0 101 100010110 1010111 111001

Color Harmonies of #AC34F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34F1

Black with #AC34F1

Text Example


Text Example

White with #AC34F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34F1; }

 p { color: rgb(172,52,241); }

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

background-color css

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

 a { background-color: rgb(172,52,241); }

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

border-color css

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

 span { border-color: rgb(172,52,241); }

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