Html Css Color HEX #AF49BB Fuchsia

📋 copy color: '#AF49BB'

red 175 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #AF49BB

Tints of Fuchsia #AF49BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

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

R = 40.23%
G = 16.78%
B = 42.99%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF49BB (or 0xAF49BB) is known color: Fuchsia. HEX triplet: AF, 49 and BB. RGB value is (175,73,187). Sum of RGB (Red+Green+Blue) = 175+73+187=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF49BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49BB is #50B644. Grayscale: #747474. Windows color (decimal): -5289541 or 12274095. OLE color: 12274095.

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

Color convert

RGB 175 73 187 -
CMYK 0.06 0.61 0 0.27
HSL 293.68º 0.46% 0.51% -
HSV(B) 293.68º 0.61% 0.73% -
XYZ 29.03 17.47 48.86 -
YUV 116.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 175 73 187 0.06 0.61 0 0.27 293.68 0.46 0.51
Hex AF 49 BB 6 3D 0 1B 126 2E 33
Octal 257 111 273 6 75 0 33 446 56 63
Binary 10101111 1001001 10111011 110 111101 0 11011 100100110 101110 110011

Color Harmonies of #AF49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49BB

Black with #AF49BB

Text Example


Text Example

White with #AF49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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