Html Css Color HEX #AF2CAC Fuchsia

📋 copy color: '#AF2CAC'

red 175 ◦ green 44 ◦ blue 172

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

Shades of Fuchsia #AF2CAC

Tints of Fuchsia #AF2CAC

RGB

 RED value IS 175 (68.75% from 255) = 44.76%

 GREEN value IS 44 (17.58% from 255) = 11.25%

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

R = 44.76%
G = 11.25%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF2CAC (or 0xAF2CAC) is known color: Fuchsia. HEX triplet: AF, 2C and AC. RGB value is (175,44,172). Sum of RGB (Red+Green+Blue) = 175+44+172=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2CAC is #50D353. Grayscale: #616161. Windows color (decimal): -5296980 or 11283631. OLE color: 11283631.

HSL color Cylindrical-coordinate representation of color #AF2CAC: hue angle of 301.37º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2CAC is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 44 172 -
CMYK 0 0.75 0.02 0.31
HSL 301.37º 0.6% 0.43% -
HSV(B) 301.37º 0.75% 0.69% -
XYZ 26.03 13.89 40.34 -
YUV 97.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 175 44 172 0 0.75 0.02 0.31 301.37 0.6 0.43
Hex AF 2C AC 0 4B 2 1F 12D 3C 2B
Octal 257 54 254 0 113 2 37 455 74 53
Binary 10101111 101100 10101100 0 1001011 10 11111 100101101 111100 101011

Color Harmonies of #AF2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CAC

Black with #AF2CAC

Text Example


Text Example

White with #AF2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CAC; }

 p { color: rgb(175,44,172); }

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

background-color css

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

 a { background-color: rgb(175,44,172); }

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

border-color css

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

 span { border-color: rgb(175,44,172); }

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