Html Css Color HEX #AF59BE Fuchsia

📋 copy color: '#AF59BE'

red 175 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #AF59BE

Tints of Fuchsia #AF59BE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.6%

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

R = 38.55%
G = 19.6%
B = 41.85%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF59BE (or 0xAF59BE) is known color: Fuchsia. HEX triplet: AF, 59 and BE. RGB value is (175,89,190). Sum of RGB (Red+Green+Blue) = 175+89+190=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF59BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59BE is #50A641. Grayscale: #7D7D7D. Windows color (decimal): -5285442 or 12474799. OLE color: 12474799.

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

Color convert

RGB 175 89 190 -
CMYK 0.08 0.53 0 0.25
HSL 291.09º 0.44% 0.55% -
HSV(B) 291.09º 0.53% 0.75% -
XYZ 30.55 19.98 50.96 -
YUV 126.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 175 89 190 0.08 0.53 0 0.25 291.09 0.44 0.55
Hex AF 59 BE 8 35 0 19 123 2C 37
Octal 257 131 276 10 65 0 31 443 54 67
Binary 10101111 1011001 10111110 1000 110101 0 11001 100100011 101100 110111

Color Harmonies of #AF59BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59BE

Black with #AF59BE

Text Example


Text Example

White with #AF59BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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