Html Css Color HEX #AF46AD Fuchsia

📋 copy color: '#AF46AD'

red 175 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #AF46AD

Tints of Fuchsia #AF46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

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

R = 41.87%
G = 16.75%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF46AD (or 0xAF46AD) is known color: Fuchsia. HEX triplet: AF, 46 and AD. RGB value is (175,70,173). Sum of RGB (Red+Green+Blue) = 175+70+173=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF46AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF46AD is #50B952. Grayscale: #707070. Windows color (decimal): -5290323 or 11355823. OLE color: 11355823.

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

Color convert

RGB 175 70 173 -
CMYK 0 0.60 0.01 0.31
HSL 301.14º 0.43% 0.48% -
HSV(B) 301.14º 0.6% 0.69% -
XYZ 27.41 16.51 41.28 -
YUV 113.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 175 70 173 0 0.60 0.01 0.31 301.14 0.43 0.48
Hex AF 46 AD 0 3C 1 1F 12D 2B 30
Octal 257 106 255 0 74 1 37 455 53 60
Binary 10101111 1000110 10101101 0 111100 1 11111 100101101 101011 110000

Color Harmonies of #AF46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46AD

Black with #AF46AD

Text Example


Text Example

White with #AF46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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