Html Css Color HEX #AF53AF Fuchsia

📋 copy color: '#AF53AF'

red 175 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #AF53AF

Tints of Fuchsia #AF53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 40.42%
G = 19.17%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF53AF (or 0xAF53AF) is known color: Fuchsia. HEX triplet: AF, 53 and AF. RGB value is (175,83,175). Sum of RGB (Red+Green+Blue) = 175+83+175=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53AF is #50AC50. Grayscale: #787878. Windows color (decimal): -5286993 or 11490223. OLE color: 11490223.

HSL color Cylindrical-coordinate representation of color #AF53AF: hue angle of 300º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF53AF is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 175 -
CMYK 0 0.53 0 0.31
HSL 300º 0.37% 0.51% -
HSV(B) 300º 0.53% 0.69% -
XYZ 28.51 18.4 42.61 -
YUV 121 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 175 83 175 0 0.53 0 0.31 300 0.37 0.51
Hex AF 53 AF 0 35 0 1F 12C 25 33
Octal 257 123 257 0 65 0 37 454 45 63
Binary 10101111 1010011 10101111 0 110101 0 11111 100101100 100101 110011

Color Harmonies of #AF53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53AF

Black with #AF53AF

Text Example


Text Example

White with #AF53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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