Html Css Color HEX #AF50BE Fuchsia

📋 copy color: '#AF50BE'

red 175 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #AF50BE

Tints of Fuchsia #AF50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.98%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 39.33%
G = 17.98%
B = 42.7%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF50BE (or 0xAF50BE) is known color: Fuchsia. HEX triplet: AF, 50 and BE. RGB value is (175,80,190). Sum of RGB (Red+Green+Blue) = 175+80+190=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50BE is #50AF41. Grayscale: #787878. Windows color (decimal): -5287746 or 12472495. OLE color: 12472495.

HSL color Cylindrical-coordinate representation of color #AF50BE: hue angle of 291.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF50BE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 80 190 -
CMYK 0.08 0.58 0 0.25
HSL 291.82º 0.46% 0.53% -
HSV(B) 291.82º 0.58% 0.75% -
XYZ 29.84 18.57 50.73 -
YUV 120.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 175 80 190 0.08 0.58 0 0.25 291.82 0.46 0.53
Hex AF 50 BE 8 3A 0 19 124 2E 35
Octal 257 120 276 10 72 0 31 444 56 65
Binary 10101111 1010000 10111110 1000 111010 0 11001 100100100 101110 110101

Color Harmonies of #AF50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50BE

Black with #AF50BE

Text Example


Text Example

White with #AF50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50BE; }

 p { color: rgb(175,80,190); }

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

background-color css

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

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

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

border-color css

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

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

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