Html Css Color HEX #AC38F2 Blue Violet

📋 copy color: '#AC38F2'

red 172 ◦ green 56 ◦ blue 242

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

Shades of Blue Violet #AC38F2

Tints of Blue Violet #AC38F2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.91%

 BLUE value IS 242 (94.92% from 255) = 51.49%

R = 36.6%
G = 11.91%
B = 51.49%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC38F2 (or 0xAC38F2) is known color: Blue Violet. HEX triplet: AC, 38 and F2. RGB value is (172,56,242). Sum of RGB (Red+Green+Blue) = 172+56+242=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC38F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC38F2 is #53C70D. Grayscale: #6F6F6F. Windows color (decimal): -5490446 or 15874220. OLE color: 15874220.

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

Color convert

RGB 172 56 242 -
CMYK 0.29 0.77 0 0.05
HSL 277.42º 0.88% 0.58% -
HSV(B) 277.42º 0.77% 0.95% -
XYZ 34.45 18.01 85.66 -
YUV 111.89 201.43 170.88 -
System Red Green Blue C M Y K H S L
Decimal 172 56 242 0.29 0.77 0 0.05 277.42 0.88 0.58
Hex AC 38 F2 1D 4D 0 5 115 58 3A
Octal 254 70 362 35 115 0 5 425 130 72
Binary 10101100 111000 11110010 11101 1001101 0 101 100010101 1011000 111010

Color Harmonies of #AC38F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38F2

Black with #AC38F2

Text Example


Text Example

White with #AC38F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38F2; }

 p { color: rgb(172,56,242); }

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

background-color css

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

 a { background-color: rgb(172,56,242); }

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

border-color css

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

 span { border-color: rgb(172,56,242); }

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