Html Css Color HEX #AF31AC Fuchsia

📋 copy color: '#AF31AC'

red 175 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #AF31AC

Tints of Fuchsia #AF31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.37%

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

R = 44.19%
G = 12.37%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF31AC (or 0xAF31AC) is known color: Fuchsia. HEX triplet: AF, 31 and AC. RGB value is (175,49,172). Sum of RGB (Red+Green+Blue) = 175+49+172=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF31AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF31AC is #50CE53. Grayscale: #646464. Windows color (decimal): -5295700 or 11284911. OLE color: 11284911.

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

Color convert

RGB 175 49 172 -
CMYK 0 0.72 0.02 0.31
HSL 301.43º 0.56% 0.44% -
HSV(B) 301.43º 0.72% 0.69% -
XYZ 26.22 14.29 40.41 -
YUV 100.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 175 49 172 0 0.72 0.02 0.31 301.43 0.56 0.44
Hex AF 31 AC 0 48 2 1F 12D 38 2C
Octal 257 61 254 0 110 2 37 455 70 54
Binary 10101111 110001 10101100 0 1001000 10 11111 100101101 111000 101100

Color Harmonies of #AF31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31AC

Black with #AF31AC

Text Example


Text Example

White with #AF31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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