Html Css Color HEX #AF47BB Fuchsia

📋 copy color: '#AF47BB'

red 175 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #AF47BB

Tints of Fuchsia #AF47BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.4%

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 40.42%
G = 16.4%
B = 43.19%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF47BB (or 0xAF47BB) is known color: Fuchsia. HEX triplet: AF, 47 and BB. RGB value is (175,71,187). Sum of RGB (Red+Green+Blue) = 175+71+187=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF47BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47BB is #50B844. Grayscale: #727272. Windows color (decimal): -5290053 or 12273583. OLE color: 12273583.

HSL color Cylindrical-coordinate representation of color #AF47BB: hue angle of 293.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF47BB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 71 187 -
CMYK 0.06 0.62 0 0.27
HSL 293.79º 0.46% 0.51% -
HSV(B) 293.79º 0.62% 0.73% -
XYZ 28.9 17.21 48.81 -
YUV 115.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 175 71 187 0.06 0.62 0 0.27 293.79 0.46 0.51
Hex AF 47 BB 6 3E 0 1B 126 2E 33
Octal 257 107 273 6 76 0 33 446 56 63
Binary 10101111 1000111 10111011 110 111110 0 11011 100100110 101110 110011

Color Harmonies of #AF47BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47BB

Black with #AF47BB

Text Example


Text Example

White with #AF47BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47BB; }

 p { color: rgb(175,71,187); }

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

background-color css

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

 a { background-color: rgb(175,71,187); }

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

border-color css

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

 span { border-color: rgb(175,71,187); }

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