Html Css Color HEX #AF58BC Fuchsia

📋 copy color: '#AF58BC'

red 175 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #AF58BC

Tints of Fuchsia #AF58BC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.51%

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

R = 38.8%
G = 19.51%
B = 41.69%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF58BC (or 0xAF58BC) is known color: Fuchsia. HEX triplet: AF, 58 and BC. RGB value is (175,88,188). Sum of RGB (Red+Green+Blue) = 175+88+188=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58BC is #50A743. Grayscale: #7D7D7D. Windows color (decimal): -5285700 or 12343471. OLE color: 12343471.

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

Color convert

RGB 175 88 188 -
CMYK 0.07 0.53 0 0.26
HSL 292.2º 0.43% 0.54% -
HSV(B) 292.2º 0.53% 0.74% -
XYZ 30.25 19.72 49.79 -
YUV 125.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 175 88 188 0.07 0.53 0 0.26 292.2 0.43 0.54
Hex AF 58 BC 7 35 0 1A 124 2B 36
Octal 257 130 274 7 65 0 32 444 53 66
Binary 10101111 1011000 10111100 111 110101 0 11010 100100100 101011 110110

Color Harmonies of #AF58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58BC

Black with #AF58BC

Text Example


Text Example

White with #AF58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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