Html Css Color HEX #AF4FB8 Fuchsia

📋 copy color: '#AF4FB8'

red 175 ◦ green 79 ◦ blue 184

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

Shades of Fuchsia #AF4FB8

Tints of Fuchsia #AF4FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.04%

 BLUE value IS 184 (72.27% from 255) = 42.01%

R = 39.95%
G = 18.04%
B = 42.01%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF4FB8 (or 0xAF4FB8) is known color: Fuchsia. HEX triplet: AF, 4F and B8. RGB value is (175,79,184). Sum of RGB (Red+Green+Blue) = 175+79+184=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF4FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FB8 is #50B047. Grayscale: #777777. Windows color (decimal): -5288008 or 12079023. OLE color: 12079023.

HSL color Cylindrical-coordinate representation of color #AF4FB8: hue angle of 294.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4FB8 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 79 184 -
CMYK 0.05 0.57 0 0.28
HSL 294.86º 0.43% 0.52% -
HSV(B) 294.86º 0.57% 0.72% -
XYZ 29.13 18.17 47.32 -
YUV 119.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 175 79 184 0.05 0.57 0 0.28 294.86 0.43 0.52
Hex AF 4F B8 5 39 0 1C 127 2B 34
Octal 257 117 270 5 71 0 34 447 53 64
Binary 10101111 1001111 10111000 101 111001 0 11100 100100111 101011 110100

Color Harmonies of #AF4FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FB8

Black with #AF4FB8

Text Example


Text Example

White with #AF4FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FB8; }

 p { color: rgb(175,79,184); }

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

background-color css

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

 a { background-color: rgb(175,79,184); }

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

border-color css

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

 span { border-color: rgb(175,79,184); }

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