Html Css Color HEX #AF4DB7 Fuchsia

📋 copy color: '#AF4DB7'

red 175 ◦ green 77 ◦ blue 183

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

Shades of Fuchsia #AF4DB7

Tints of Fuchsia #AF4DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 40.23%
G = 17.7%
B = 42.07%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF4DB7 (or 0xAF4DB7) is known color: Fuchsia. HEX triplet: AF, 4D and B7. RGB value is (175,77,183). Sum of RGB (Red+Green+Blue) = 175+77+183=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF4DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DB7 is #50B248. Grayscale: #767676. Windows color (decimal): -5288521 or 12012975. OLE color: 12012975.

HSL color Cylindrical-coordinate representation of color #AF4DB7: hue angle of 295.47º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4DB7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 77 183 -
CMYK 0.04 0.58 0 0.28
HSL 295.47º 0.42% 0.51% -
HSV(B) 295.47º 0.58% 0.72% -
XYZ 28.88 17.84 46.72 -
YUV 118.39 164.47 168.38 -
System Red Green Blue C M Y K H S L
Decimal 175 77 183 0.04 0.58 0 0.28 295.47 0.42 0.51
Hex AF 4D B7 4 3A 0 1C 127 2A 33
Octal 257 115 267 4 72 0 34 447 52 63
Binary 10101111 1001101 10110111 100 111010 0 11100 100100111 101010 110011

Color Harmonies of #AF4DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DB7

Black with #AF4DB7

Text Example


Text Example

White with #AF4DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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