Html Css Color HEX #AF53BA Fuchsia

📋 copy color: '#AF53BA'

red 175 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #AF53BA

Tints of Fuchsia #AF53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.69%

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

R = 39.41%
G = 18.69%
B = 41.89%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF53BA (or 0xAF53BA) is known color: Fuchsia. HEX triplet: AF, 53 and BA. RGB value is (175,83,186). Sum of RGB (Red+Green+Blue) = 175+83+186=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53BA is #50AC45. Grayscale: #797979. Windows color (decimal): -5286982 or 12211119. OLE color: 12211119.

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

Color convert

RGB 175 83 186 -
CMYK 0.06 0.55 0 0.27
HSL 293.59º 0.43% 0.53% -
HSV(B) 293.59º 0.55% 0.73% -
XYZ 29.64 18.85 48.53 -
YUV 122.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 175 83 186 0.06 0.55 0 0.27 293.59 0.43 0.53
Hex AF 53 BA 6 37 0 1B 126 2B 35
Octal 257 123 272 6 67 0 33 446 53 65
Binary 10101111 1010011 10111010 110 110111 0 11011 100100110 101011 110101

Color Harmonies of #AF53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53BA

Black with #AF53BA

Text Example


Text Example

White with #AF53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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