Html Css Color HEX #AF3FB6 Fuchsia

📋 copy color: '#AF3FB6'

red 175 ◦ green 63 ◦ blue 182

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

Shades of Fuchsia #AF3FB6

Tints of Fuchsia #AF3FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.33%

R = 41.67%
G = 15%
B = 43.33%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF3FB6 (or 0xAF3FB6) is known color: Fuchsia. HEX triplet: AF, 3F and B6. RGB value is (175,63,182). Sum of RGB (Red+Green+Blue) = 175+63+182=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF3FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FB6 is #50C049. Grayscale: #6D6D6D. Windows color (decimal): -5292106 or 11943855. OLE color: 11943855.

HSL color Cylindrical-coordinate representation of color #AF3FB6: hue angle of 296.47º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3FB6 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 63 182 -
CMYK 0.04 0.65 0 0.29
HSL 296.47º 0.49% 0.48% -
HSV(B) 296.47º 0.65% 0.71% -
XYZ 27.9 16.05 45.88 -
YUV 110.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 175 63 182 0.04 0.65 0 0.29 296.47 0.49 0.48
Hex AF 3F B6 4 41 0 1D 128 31 30
Octal 257 77 266 4 101 0 35 450 61 60
Binary 10101111 111111 10110110 100 1000001 0 11101 100101000 110001 110000

Color Harmonies of #AF3FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FB6

Black with #AF3FB6

Text Example


Text Example

White with #AF3FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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