Html Css Color HEX #AF46BA Fuchsia

📋 copy color: '#AF46BA'

red 175 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #AF46BA

Tints of Fuchsia #AF46BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 40.6%
G = 16.24%
B = 43.16%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF46BA (or 0xAF46BA) is known color: Fuchsia. HEX triplet: AF, 46 and BA. RGB value is (175,70,186). Sum of RGB (Red+Green+Blue) = 175+70+186=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46BA is #50B945. Grayscale: #727272. Windows color (decimal): -5290310 or 12207791. OLE color: 12207791.

HSL color Cylindrical-coordinate representation of color #AF46BA: hue angle of 294.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF46BA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 70 186 -
CMYK 0.06 0.62 0 0.27
HSL 294.31º 0.46% 0.5% -
HSV(B) 294.31º 0.62% 0.73% -
XYZ 28.73 17.04 48.23 -
YUV 114.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 175 70 186 0.06 0.62 0 0.27 294.31 0.46 0.5
Hex AF 46 BA 6 3E 0 1B 126 2E 32
Octal 257 106 272 6 76 0 33 446 56 62
Binary 10101111 1000110 10111010 110 111110 0 11011 100100110 101110 110010

Color Harmonies of #AF46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46BA

Black with #AF46BA

Text Example


Text Example

White with #AF46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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