Html Css Color HEX #AF3FB8 Fuchsia

📋 copy color: '#AF3FB8'

red 175 ◦ green 63 ◦ blue 184

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

Shades of Fuchsia #AF3FB8

Tints of Fuchsia #AF3FB8

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

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

R = 41.47%
G = 14.93%
B = 43.6%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF3FB8 (or 0xAF3FB8) is known color: Fuchsia. HEX triplet: AF, 3F and B8. RGB value is (175,63,184). Sum of RGB (Red+Green+Blue) = 175+63+184=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF3FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FB8 is #50C047. Grayscale: #6D6D6D. Windows color (decimal): -5292104 or 12074927. OLE color: 12074927.

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

Color convert

RGB 175 63 184 -
CMYK 0.05 0.66 0 0.28
HSL 295.54º 0.49% 0.48% -
HSV(B) 295.54º 0.66% 0.72% -
XYZ 28.11 16.13 46.98 -
YUV 110.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 175 63 184 0.05 0.66 0 0.28 295.54 0.49 0.48
Hex AF 3F B8 5 42 0 1C 128 31 30
Octal 257 77 270 5 102 0 34 450 61 60
Binary 10101111 111111 10111000 101 1000010 0 11100 100101000 110001 110000

Color Harmonies of #AF3FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FB8

Black with #AF3FB8

Text Example


Text Example

White with #AF3FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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