Html Css Color HEX #AF3FB7 Fuchsia

📋 copy color: '#AF3FB7'

red 175 ◦ green 63 ◦ blue 183

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

Shades of Fuchsia #AF3FB7

Tints of Fuchsia #AF3FB7

RGB

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

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

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

R = 41.57%
G = 14.96%
B = 43.47%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF3FB7 (or 0xAF3FB7) is known color: Fuchsia. HEX triplet: AF, 3F and B7. RGB value is (175,63,183). Sum of RGB (Red+Green+Blue) = 175+63+183=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF3FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FB7 is #50C048. Grayscale: #6D6D6D. Windows color (decimal): -5292105 or 12009391. OLE color: 12009391.

HSL color Cylindrical-coordinate representation of color #AF3FB7: hue angle of 296º 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 #AF3FB7 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 63 183 -
CMYK 0.04 0.66 0 0.28
HSL 296º 0.49% 0.48% -
HSV(B) 296º 0.66% 0.72% -
XYZ 28 16.09 46.43 -
YUV 110.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 175 63 183 0.04 0.66 0 0.28 296 0.49 0.48
Hex AF 3F B7 4 42 0 1C 128 31 30
Octal 257 77 267 4 102 0 34 450 61 60
Binary 10101111 111111 10110111 100 1000010 0 11100 100101000 110001 110000

Color Harmonies of #AF3FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FB7

Black with #AF3FB7

Text Example


Text Example

White with #AF3FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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