Html Css Color HEX #AF36B2 Fuchsia

📋 copy color: '#AF36B2'

red 175 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #AF36B2

Tints of Fuchsia #AF36B2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.27%

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

R = 43%
G = 13.27%
B = 43.73%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF36B2 (or 0xAF36B2) is known color: Fuchsia. HEX triplet: AF, 36 and B2. RGB value is (175,54,178). Sum of RGB (Red+Green+Blue) = 175+54+178=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF36B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF36B2 is #50C94D. Grayscale: #676767. Windows color (decimal): -5294414 or 11679407. OLE color: 11679407.

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

Color convert

RGB 175 54 178 -
CMYK 0.02 0.70 0 0.30
HSL 298.55º 0.53% 0.45% -
HSV(B) 298.55º 0.7% 0.7% -
XYZ 27.03 14.97 43.58 -
YUV 104.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 175 54 178 0.02 0.70 0 0.30 298.55 0.53 0.45
Hex AF 36 B2 2 46 0 1E 12B 35 2D
Octal 257 66 262 2 106 0 36 453 65 55
Binary 10101111 110110 10110010 10 1000110 0 11110 100101011 110101 101101

Color Harmonies of #AF36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36B2

Black with #AF36B2

Text Example


Text Example

White with #AF36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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