Html Css Color HEX #AF3DB6 Fuchsia

📋 copy color: '#AF3DB6'

red 175 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #AF3DB6

Tints of Fuchsia #AF3DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.59%

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

R = 41.87%
G = 14.59%
B = 43.54%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF3DB6 (or 0xAF3DB6) is known color: Fuchsia. HEX triplet: AF, 3D and B6. RGB value is (175,61,182). Sum of RGB (Red+Green+Blue) = 175+61+182=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF3DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DB6 is #50C249. Grayscale: #6C6C6C. Windows color (decimal): -5292618 or 11943343. OLE color: 11943343.

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

Color convert

RGB 175 61 182 -
CMYK 0.04 0.66 0 0.29
HSL 296.53º 0.5% 0.48% -
HSV(B) 296.53º 0.66% 0.71% -
XYZ 27.79 15.83 45.85 -
YUV 108.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 175 61 182 0.04 0.66 0 0.29 296.53 0.5 0.48
Hex AF 3D B6 4 42 0 1D 129 32 30
Octal 257 75 266 4 102 0 35 451 62 60
Binary 10101111 111101 10110110 100 1000010 0 11101 100101001 110010 110000

Color Harmonies of #AF3DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DB6

Black with #AF3DB6

Text Example


Text Example

White with #AF3DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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