Html Css Color HEX #AF57BE Fuchsia

📋 copy color: '#AF57BE'

red 175 ◦ green 87 ◦ blue 190

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

Shades of Fuchsia #AF57BE

Tints of Fuchsia #AF57BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

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

R = 38.72%
G = 19.25%
B = 42.04%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF57BE (or 0xAF57BE) is known color: Fuchsia. HEX triplet: AF, 57 and BE. RGB value is (175,87,190). Sum of RGB (Red+Green+Blue) = 175+87+190=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF57BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57BE is #50A841. Grayscale: #7C7C7C. Windows color (decimal): -5285954 or 12474287. OLE color: 12474287.

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

Color convert

RGB 175 87 190 -
CMYK 0.08 0.54 0 0.25
HSL 291.26º 0.44% 0.54% -
HSV(B) 291.26º 0.54% 0.75% -
XYZ 30.38 19.65 50.91 -
YUV 125.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 175 87 190 0.08 0.54 0 0.25 291.26 0.44 0.54
Hex AF 57 BE 8 36 0 19 123 2C 36
Octal 257 127 276 10 66 0 31 443 54 66
Binary 10101111 1010111 10111110 1000 110110 0 11001 100100011 101100 110110

Color Harmonies of #AF57BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57BE

Black with #AF57BE

Text Example


Text Example

White with #AF57BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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