Html Css Color HEX #AF57BC Fuchsia

📋 copy color: '#AF57BC'

red 175 ◦ green 87 ◦ blue 188

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

Shades of Fuchsia #AF57BC

Tints of Fuchsia #AF57BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 38.89%
G = 19.33%
B = 41.78%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF57BC (or 0xAF57BC) is known color: Fuchsia. HEX triplet: AF, 57 and BC. RGB value is (175,87,188). Sum of RGB (Red+Green+Blue) = 175+87+188=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF57BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57BC is #50A843. Grayscale: #7C7C7C. Windows color (decimal): -5285956 or 12343215. OLE color: 12343215.

HSL color Cylindrical-coordinate representation of color #AF57BC: hue angle of 292.28º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF57BC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 87 188 -
CMYK 0.07 0.54 0 0.26
HSL 292.28º 0.43% 0.54% -
HSV(B) 292.28º 0.54% 0.74% -
XYZ 30.16 19.56 49.76 -
YUV 124.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 175 87 188 0.07 0.54 0 0.26 292.28 0.43 0.54
Hex AF 57 BC 7 36 0 1A 124 2B 36
Octal 257 127 274 7 66 0 32 444 53 66
Binary 10101111 1010111 10111100 111 110110 0 11010 100100100 101011 110110

Color Harmonies of #AF57BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57BC

Black with #AF57BC

Text Example


Text Example

White with #AF57BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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