Html Css Color HEX #AF50BA Fuchsia

📋 copy color: '#AF50BA'

red 175 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #AF50BA

Tints of Fuchsia #AF50BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 39.68%
G = 18.14%
B = 42.18%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF50BA (or 0xAF50BA) is known color: Fuchsia. HEX triplet: AF, 50 and BA. RGB value is (175,80,186). Sum of RGB (Red+Green+Blue) = 175+80+186=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50BA is #50AF45. Grayscale: #787878. Windows color (decimal): -5287750 or 12210351. OLE color: 12210351.

HSL color Cylindrical-coordinate representation of color #AF50BA: hue angle of 293.77º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF50BA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 80 186 -
CMYK 0.06 0.57 0 0.27
HSL 293.77º 0.43% 0.52% -
HSV(B) 293.77º 0.57% 0.73% -
XYZ 29.41 18.4 48.46 -
YUV 120.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 175 80 186 0.06 0.57 0 0.27 293.77 0.43 0.52
Hex AF 50 BA 6 39 0 1B 126 2B 34
Octal 257 120 272 6 71 0 33 446 53 64
Binary 10101111 1010000 10111010 110 111001 0 11011 100100110 101011 110100

Color Harmonies of #AF50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50BA

Black with #AF50BA

Text Example


Text Example

White with #AF50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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