Html Css Color HEX #AC29FA Blue Violet

📋 copy color: '#AC29FA'

red 172 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #AC29FA

Tints of Blue Violet #AC29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.86%

 BLUE value IS 250 (98.05% from 255) = 54%

R = 37.15%
G = 8.86%
B = 54%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC29FA (or 0xAC29FA) is known color: Blue Violet. HEX triplet: AC, 29 and FA. RGB value is (172,41,250). Sum of RGB (Red+Green+Blue) = 172+41+250=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC29FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC29FA is #53D605. Grayscale: #676767. Windows color (decimal): -5494278 or 16394668. OLE color: 16394668.

HSL color Cylindrical-coordinate representation of color #AC29FA: hue angle of 277.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC29FA is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 41 250 -
CMYK 0.31 0.84 0 0.02
HSL 277.61º 0.95% 0.57% -
HSV(B) 277.61º 0.84% 0.98% -
XYZ 35.06 17.26 91.93 -
YUV 104 210.4 176.51 -
System Red Green Blue C M Y K H S L
Decimal 172 41 250 0.31 0.84 0 0.02 277.61 0.95 0.57
Hex AC 29 FA 1F 54 0 2 116 5F 39
Octal 254 51 372 37 124 0 2 426 137 71
Binary 10101100 101001 11111010 11111 1010100 0 10 100010110 1011111 111001

Color Harmonies of #AC29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29FA

Black with #AC29FA

Text Example


Text Example

White with #AC29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29FA; }

 p { color: rgb(172,41,250); }

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

background-color css

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

 a { background-color: rgb(172,41,250); }

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

border-color css

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

 span { border-color: rgb(172,41,250); }

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