Html Css Color HEX #AC30AB Fuchsia

📋 copy color: '#AC30AB'

red 172 ◦ green 48 ◦ blue 171

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

Shades of Fuchsia #AC30AB

Tints of Fuchsia #AC30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 43.99%
G = 12.28%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC30AB (or 0xAC30AB) is known color: Fuchsia. HEX triplet: AC, 30 and AB. RGB value is (172,48,171). Sum of RGB (Red+Green+Blue) = 172+48+171=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC30AB is #53CF54. Grayscale: #626262. Windows color (decimal): -5492565 or 11219116. OLE color: 11219116.

HSL color Cylindrical-coordinate representation of color #AC30AB: hue angle of 300.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC30AB is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 171 -
CMYK 0 0.72 0.01 0.33
HSL 300.48º 0.56% 0.43% -
HSV(B) 300.48º 0.72% 0.67% -
XYZ 25.42 13.82 39.86 -
YUV 99.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 172 48 171 0 0.72 0.01 0.33 300.48 0.56 0.43
Hex AC 30 AB 0 48 1 21 12C 38 2B
Octal 254 60 253 0 110 1 41 454 70 53
Binary 10101100 110000 10101011 0 1001000 1 100001 100101100 111000 101011

Color Harmonies of #AC30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30AB

Black with #AC30AB

Text Example


Text Example

White with #AC30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30AB; }

 p { color: rgb(172,48,171); }

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

background-color css

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

 a { background-color: rgb(172,48,171); }

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

border-color css

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

 span { border-color: rgb(172,48,171); }

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