Html Css Color HEX #AF53B2 Fuchsia

📋 copy color: '#AF53B2'

red 175 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #AF53B2

Tints of Fuchsia #AF53B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 40.14%
G = 19.04%
B = 40.83%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF53B2 (or 0xAF53B2) is known color: Fuchsia. HEX triplet: AF, 53 and B2. RGB value is (175,83,178). Sum of RGB (Red+Green+Blue) = 175+83+178=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF53B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53B2 is #50AC4D. Grayscale: #797979. Windows color (decimal): -5286990 or 11686831. OLE color: 11686831.

HSL color Cylindrical-coordinate representation of color #AF53B2: hue angle of 298.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF53B2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 83 178 -
CMYK 0.02 0.53 0 0.30
HSL 298.11º 0.38% 0.51% -
HSV(B) 298.11º 0.53% 0.7% -
XYZ 28.81 18.51 44.17 -
YUV 121.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 175 83 178 0.02 0.53 0 0.30 298.11 0.38 0.51
Hex AF 53 B2 2 35 0 1E 12A 26 33
Octal 257 123 262 2 65 0 36 452 46 63
Binary 10101111 1010011 10110010 10 110101 0 11110 100101010 100110 110011

Color Harmonies of #AF53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53B2

Black with #AF53B2

Text Example


Text Example

White with #AF53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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