Html Css Color HEX #AF31AA Fuchsia

📋 copy color: '#AF31AA'

red 175 ◦ green 49 ◦ blue 170

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

Shades of Fuchsia #AF31AA

Tints of Fuchsia #AF31AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 44.42%
G = 12.44%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF31AA (or 0xAF31AA) is known color: Fuchsia. HEX triplet: AF, 31 and AA. RGB value is (175,49,170). Sum of RGB (Red+Green+Blue) = 175+49+170=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF31AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF31AA is #50CE55. Grayscale: #646464. Windows color (decimal): -5295702 or 11153839. OLE color: 11153839.

HSL color Cylindrical-coordinate representation of color #AF31AA: hue angle of 302.38º 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 #AF31AA is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 170 -
CMYK 0 0.72 0.03 0.31
HSL 302.38º 0.56% 0.44% -
HSV(B) 302.38º 0.72% 0.69% -
XYZ 26.03 14.21 39.4 -
YUV 100.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 175 49 170 0 0.72 0.03 0.31 302.38 0.56 0.44
Hex AF 31 AA 0 48 3 1F 12E 38 2C
Octal 257 61 252 0 110 3 37 456 70 54
Binary 10101111 110001 10101010 0 1001000 11 11111 100101110 111000 101100

Color Harmonies of #AF31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31AA

Black with #AF31AA

Text Example


Text Example

White with #AF31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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