Html Css Color HEX #AF59B1 Fuchsia

📋 copy color: '#AF59B1'

red 175 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #AF59B1

Tints of Fuchsia #AF59B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.14%

R = 39.68%
G = 20.18%
B = 40.14%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF59B1 (or 0xAF59B1) is known color: Fuchsia. HEX triplet: AF, 59 and B1. RGB value is (175,89,177). Sum of RGB (Red+Green+Blue) = 175+89+177=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF59B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF59B1 is #50A64E. Grayscale: #7C7C7C. Windows color (decimal): -5285455 or 11622831. OLE color: 11622831.

HSL color Cylindrical-coordinate representation of color #AF59B1: hue angle of 298.64º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF59B1 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 177 -
CMYK 0.01 0.50 0 0.31
HSL 298.64º 0.36% 0.52% -
HSV(B) 298.64º 0.5% 0.69% -
XYZ 29.19 19.43 43.81 -
YUV 124.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 175 89 177 0.01 0.50 0 0.31 298.64 0.36 0.52
Hex AF 59 B1 1 32 0 1F 12B 24 34
Octal 257 131 261 1 62 0 37 453 44 64
Binary 10101111 1011001 10110001 1 110010 0 11111 100101011 100100 110100

Color Harmonies of #AF59B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59B1

Black with #AF59B1

Text Example


Text Example

White with #AF59B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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