Html Css Color HEX #AF54BC Fuchsia

📋 copy color: '#AF54BC'

red 175 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #AF54BC

Tints of Fuchsia #AF54BC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

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

R = 39.15%
G = 18.79%
B = 42.06%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF54BC (or 0xAF54BC) is known color: Fuchsia. HEX triplet: AF, 54 and BC. RGB value is (175,84,188). Sum of RGB (Red+Green+Blue) = 175+84+188=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF54BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54BC is #50AB43. Grayscale: #7A7A7A. Windows color (decimal): -5286724 or 12342447. OLE color: 12342447.

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

Color convert

RGB 175 84 188 -
CMYK 0.07 0.55 0 0.26
HSL 292.5º 0.44% 0.53% -
HSV(B) 292.5º 0.55% 0.74% -
XYZ 29.93 19.09 49.68 -
YUV 123.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 175 84 188 0.07 0.55 0 0.26 292.5 0.44 0.53
Hex AF 54 BC 7 37 0 1A 124 2C 35
Octal 257 124 274 7 67 0 32 444 54 65
Binary 10101111 1010100 10111100 111 110111 0 11010 100100100 101100 110101

Color Harmonies of #AF54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54BC

Black with #AF54BC

Text Example


Text Example

White with #AF54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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