Html Css Color HEX #AF54B2 Fuchsia

📋 copy color: '#AF54B2'

red 175 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #AF54B2

Tints of Fuchsia #AF54B2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

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

R = 40.05%
G = 19.22%
B = 40.73%

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

#AF54B2 (or 0xAF54B2) is known color: Fuchsia. HEX triplet: AF, 54 and B2. RGB value is (175,84,178). Sum of RGB (Red+Green+Blue) = 175+84+178=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF54B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54B2 is #50AB4D. Grayscale: #797979. Windows color (decimal): -5286734 or 11687087. OLE color: 11687087.

HSL color Cylindrical-coordinate representation of color #AF54B2: hue angle of 298.09º 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 #AF54B2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 84 178 -
CMYK 0.02 0.53 0 0.30
HSL 298.09º 0.38% 0.51% -
HSV(B) 298.09º 0.53% 0.7% -
XYZ 28.89 18.67 44.2 -
YUV 121.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 175 84 178 0.02 0.53 0 0.30 298.09 0.38 0.51
Hex AF 54 B2 2 35 0 1E 12A 26 33
Octal 257 124 262 2 65 0 36 452 46 63
Binary 10101111 1010100 10110010 10 110101 0 11110 100101010 100110 110011

Color Harmonies of #AF54B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54B2

Black with #AF54B2

Text Example


Text Example

White with #AF54B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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