Html Css Color HEX #AF31AB Fuchsia

📋 copy color: '#AF31AB'

red 175 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #AF31AB

Tints of Fuchsia #AF31AB

RGB

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

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

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

R = 44.3%
G = 12.41%
B = 43.29%

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

#AF31AB (or 0xAF31AB) is known color: Fuchsia. HEX triplet: AF, 31 and AB. RGB value is (175,49,171). Sum of RGB (Red+Green+Blue) = 175+49+171=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF31AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF31AB is #50CE54. Grayscale: #646464. Windows color (decimal): -5295701 or 11219375. OLE color: 11219375.

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

Color convert

RGB 175 49 171 -
CMYK 0 0.72 0.02 0.31
HSL 301.9º 0.56% 0.44% -
HSV(B) 301.9º 0.72% 0.69% -
XYZ 26.13 14.25 39.9 -
YUV 100.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 175 49 171 0 0.72 0.02 0.31 301.9 0.56 0.44
Hex AF 31 AB 0 48 2 1F 12E 38 2C
Octal 257 61 253 0 110 2 37 456 70 54
Binary 10101111 110001 10101011 0 1001000 10 11111 100101110 111000 101100

Color Harmonies of #AF31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31AB

Black with #AF31AB

Text Example


Text Example

White with #AF31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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