Html Css Color HEX #AF31AF Fuchsia

📋 copy color: '#AF31AF'

red 175 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #AF31AF

Tints of Fuchsia #AF31AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 43.86%
G = 12.28%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF31AF (or 0xAF31AF) is known color: Fuchsia. HEX triplet: AF, 31 and AF. RGB value is (175,49,175). Sum of RGB (Red+Green+Blue) = 175+49+175=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF31AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF31AF is #50CE50. Grayscale: #646464. Windows color (decimal): -5295697 or 11481519. OLE color: 11481519.

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

Color convert

RGB 175 49 175 -
CMYK 0 0.72 0 0.31
HSL 300º 0.56% 0.44% -
HSV(B) 300º 0.72% 0.69% -
XYZ 26.52 14.41 41.94 -
YUV 101.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 175 49 175 0 0.72 0 0.31 300 0.56 0.44
Hex AF 31 AF 0 48 0 1F 12C 38 2C
Octal 257 61 257 0 110 0 37 454 70 54
Binary 10101111 110001 10101111 0 1001000 0 11111 100101100 111000 101100

Color Harmonies of #AF31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31AF

Black with #AF31AF

Text Example


Text Example

White with #AF31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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