Html Css Color HEX #AF3FAD Fuchsia

📋 copy color: '#AF3FAD'

red 175 ◦ green 63 ◦ blue 173

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

Shades of Fuchsia #AF3FAD

Tints of Fuchsia #AF3FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 42.58%
G = 15.33%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF3FAD (or 0xAF3FAD) is known color: Fuchsia. HEX triplet: AF, 3F and AD. RGB value is (175,63,173). Sum of RGB (Red+Green+Blue) = 175+63+173=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FAD is #50C052. Grayscale: #6C6C6C. Windows color (decimal): -5292115 or 11354031. OLE color: 11354031.

HSL color Cylindrical-coordinate representation of color #AF3FAD: hue angle of 301.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3FAD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 173 -
CMYK 0 0.64 0.01 0.31
HSL 301.07º 0.47% 0.47% -
HSV(B) 301.07º 0.64% 0.69% -
XYZ 27 15.69 41.14 -
YUV 109.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 175 63 173 0 0.64 0.01 0.31 301.07 0.47 0.47
Hex AF 3F AD 0 40 1 1F 12D 2F 2F
Octal 257 77 255 0 100 1 37 455 57 57
Binary 10101111 111111 10101101 0 1000000 1 11111 100101101 101111 101111

Color Harmonies of #AF3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FAD

Black with #AF3FAD

Text Example


Text Example

White with #AF3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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