Html Css Color HEX #AF52BA Fuchsia

📋 copy color: '#AF52BA'

red 175 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #AF52BA

Tints of Fuchsia #AF52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.51%

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

R = 39.5%
G = 18.51%
B = 41.99%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF52BA (or 0xAF52BA) is known color: Fuchsia. HEX triplet: AF, 52 and BA. RGB value is (175,82,186). Sum of RGB (Red+Green+Blue) = 175+82+186=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52BA is #50AD45. Grayscale: #797979. Windows color (decimal): -5287238 or 12210863. OLE color: 12210863.

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

Color convert

RGB 175 82 186 -
CMYK 0.06 0.56 0 0.27
HSL 293.65º 0.43% 0.53% -
HSV(B) 293.65º 0.56% 0.73% -
XYZ 29.56 18.69 48.5 -
YUV 121.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 175 82 186 0.06 0.56 0 0.27 293.65 0.43 0.53
Hex AF 52 BA 6 38 0 1B 126 2B 35
Octal 257 122 272 6 70 0 33 446 53 65
Binary 10101111 1010010 10111010 110 111000 0 11011 100100110 101011 110101

Color Harmonies of #AF52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52BA

Black with #AF52BA

Text Example


Text Example

White with #AF52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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