Html Css Color HEX #AF50BC Fuchsia

📋 copy color: '#AF50BC'

red 175 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #AF50BC

Tints of Fuchsia #AF50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 39.5%
G = 18.06%
B = 42.44%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF50BC (or 0xAF50BC) is known color: Fuchsia. HEX triplet: AF, 50 and BC. RGB value is (175,80,188). Sum of RGB (Red+Green+Blue) = 175+80+188=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50BC is #50AF43. Grayscale: #787878. Windows color (decimal): -5287748 or 12341423. OLE color: 12341423.

HSL color Cylindrical-coordinate representation of color #AF50BC: hue angle of 292.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF50BC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 80 188 -
CMYK 0.07 0.57 0 0.26
HSL 292.78º 0.45% 0.53% -
HSV(B) 292.78º 0.57% 0.74% -
XYZ 29.62 18.48 49.58 -
YUV 120.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 175 80 188 0.07 0.57 0 0.26 292.78 0.45 0.53
Hex AF 50 BC 7 39 0 1A 125 2D 35
Octal 257 120 274 7 71 0 32 445 55 65
Binary 10101111 1010000 10111100 111 111001 0 11010 100100101 101101 110101

Color Harmonies of #AF50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50BC

Black with #AF50BC

Text Example


Text Example

White with #AF50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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