Html Css Color HEX #AF31AD Fuchsia

📋 copy color: '#AF31AD'

red 175 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #AF31AD

Tints of Fuchsia #AF31AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 44.08%
G = 12.34%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF31AD (or 0xAF31AD) is known color: Fuchsia. HEX triplet: AF, 31 and AD. RGB value is (175,49,173). Sum of RGB (Red+Green+Blue) = 175+49+173=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF31AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF31AD is #50CE52. Grayscale: #646464. Windows color (decimal): -5295699 or 11350447. OLE color: 11350447.

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

Color convert

RGB 175 49 173 -
CMYK 0 0.72 0.01 0.31
HSL 300.95º 0.56% 0.44% -
HSV(B) 300.95º 0.72% 0.69% -
XYZ 26.32 14.33 40.91 -
YUV 100.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 175 49 173 0 0.72 0.01 0.31 300.95 0.56 0.44
Hex AF 31 AD 0 48 1 1F 12D 38 2C
Octal 257 61 255 0 110 1 37 455 70 54
Binary 10101111 110001 10101101 0 1001000 1 11111 100101101 111000 101100

Color Harmonies of #AF31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31AD

Black with #AF31AD

Text Example


Text Example

White with #AF31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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