Html Css Color HEX #AF49AF Fuchsia

📋 copy color: '#AF49AF'

red 175 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #AF49AF

Tints of Fuchsia #AF49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

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

R = 41.37%
G = 17.26%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF49AF (or 0xAF49AF) is known color: Fuchsia. HEX triplet: AF, 49 and AF. RGB value is (175,73,175). Sum of RGB (Red+Green+Blue) = 175+73+175=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF49AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49AF is #50B650. Grayscale: #727272. Windows color (decimal): -5289553 or 11487663. OLE color: 11487663.

HSL color Cylindrical-coordinate representation of color #AF49AF: hue angle of 300º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF49AF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 175 -
CMYK 0 0.58 0 0.31
HSL 300º 0.41% 0.49% -
HSV(B) 300º 0.58% 0.69% -
XYZ 27.8 16.97 42.37 -
YUV 115.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 175 73 175 0 0.58 0 0.31 300 0.41 0.49
Hex AF 49 AF 0 3A 0 1F 12C 29 31
Octal 257 111 257 0 72 0 37 454 51 61
Binary 10101111 1001001 10101111 0 111010 0 11111 100101100 101001 110001

Color Harmonies of #AF49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49AF

Black with #AF49AF

Text Example


Text Example

White with #AF49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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