Html Css Color HEX #AF4FBC Fuchsia

📋 copy color: '#AF4FBC'

red 175 ◦ green 79 ◦ blue 188

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

Shades of Fuchsia #AF4FBC

Tints of Fuchsia #AF4FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

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

R = 39.59%
G = 17.87%
B = 42.53%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF4FBC (or 0xAF4FBC) is known color: Fuchsia. HEX triplet: AF, 4F and BC. RGB value is (175,79,188). Sum of RGB (Red+Green+Blue) = 175+79+188=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FBC is #50B043. Grayscale: #777777. Windows color (decimal): -5288004 or 12341167. OLE color: 12341167.

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

Color convert

RGB 175 79 188 -
CMYK 0.07 0.58 0 0.26
HSL 292.84º 0.45% 0.52% -
HSV(B) 292.84º 0.58% 0.74% -
XYZ 29.55 18.34 49.56 -
YUV 120.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 175 79 188 0.07 0.58 0 0.26 292.84 0.45 0.52
Hex AF 4F BC 7 3A 0 1A 125 2D 34
Octal 257 117 274 7 72 0 32 445 55 64
Binary 10101111 1001111 10111100 111 111010 0 11010 100100101 101101 110100

Color Harmonies of #AF4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FBC

Black with #AF4FBC

Text Example


Text Example

White with #AF4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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