Html Css Color HEX #AF5BB9 Fuchsia

📋 copy color: '#AF5BB9'

red 175 ◦ green 91 ◦ blue 185

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

Shades of Fuchsia #AF5BB9

Tints of Fuchsia #AF5BB9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.18%

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 38.8%
G = 20.18%
B = 41.02%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF5BB9 (or 0xAF5BB9) is known color: Fuchsia. HEX triplet: AF, 5B and B9. RGB value is (175,91,185). Sum of RGB (Red+Green+Blue) = 175+91+185=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF5BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BB9 is #50A446. Grayscale: #7E7E7E. Windows color (decimal): -5284935 or 12147631. OLE color: 12147631.

HSL color Cylindrical-coordinate representation of color #AF5BB9: hue angle of 293.62º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5BB9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 91 185 -
CMYK 0.05 0.51 0 0.27
HSL 293.62º 0.4% 0.54% -
HSV(B) 293.62º 0.51% 0.73% -
XYZ 30.18 20.1 48.19 -
YUV 126.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 175 91 185 0.05 0.51 0 0.27 293.62 0.4 0.54
Hex AF 5B B9 5 33 0 1B 126 28 36
Octal 257 133 271 5 63 0 33 446 50 66
Binary 10101111 1011011 10111001 101 110011 0 11011 100100110 101000 110110

Color Harmonies of #AF5BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BB9

Black with #AF5BB9

Text Example


Text Example

White with #AF5BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BB9; }

 p { color: rgb(175,91,185); }

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

background-color css

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

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

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

border-color css

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

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

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