Html Css Color HEX #AF4DBF Fuchsia

📋 copy color: '#AF4DBF'

red 175 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #AF4DBF

Tints of Fuchsia #AF4DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.38%

 BLUE value IS 191 (75% from 255) = 43.12%

R = 39.5%
G = 17.38%
B = 43.12%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF4DBF (or 0xAF4DBF) is known color: Fuchsia. HEX triplet: AF, 4D and BF. RGB value is (175,77,191). Sum of RGB (Red+Green+Blue) = 175+77+191=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF4DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DBF is #50B240. Grayscale: #767676. Windows color (decimal): -5288513 or 12537263. OLE color: 12537263.

HSL color Cylindrical-coordinate representation of color #AF4DBF: hue angle of 291.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4DBF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 77 191 -
CMYK 0.08 0.60 0 0.25
HSL 291.58º 0.47% 0.53% -
HSV(B) 291.58º 0.6% 0.75% -
XYZ 29.74 18.18 51.23 -
YUV 119.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 175 77 191 0.08 0.60 0 0.25 291.58 0.47 0.53
Hex AF 4D BF 8 3C 0 19 124 2F 35
Octal 257 115 277 10 74 0 31 444 57 65
Binary 10101111 1001101 10111111 1000 111100 0 11001 100100100 101111 110101

Color Harmonies of #AF4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DBF

Black with #AF4DBF

Text Example


Text Example

White with #AF4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DBF; }

 p { color: rgb(175,77,191); }

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

background-color css

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

 a { background-color: rgb(175,77,191); }

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

border-color css

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

 span { border-color: rgb(175,77,191); }

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