Html Css Color HEX #AF36A8 Fuchsia

📋 copy color: '#AF36A8'

red 175 ◦ green 54 ◦ blue 168

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

Shades of Fuchsia #AF36A8

Tints of Fuchsia #AF36A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.32%

R = 44.08%
G = 13.6%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF36A8 (or 0xAF36A8) is known color: Fuchsia. HEX triplet: AF, 36 and A8. RGB value is (175,54,168). Sum of RGB (Red+Green+Blue) = 175+54+168=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF36A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF36A8 is #50C957. Grayscale: #666666. Windows color (decimal): -5294424 or 11024047. OLE color: 11024047.

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

Color convert

RGB 175 54 168 -
CMYK 0 0.69 0.04 0.31
HSL 303.47º 0.53% 0.45% -
HSV(B) 303.47º 0.69% 0.69% -
XYZ 26.07 14.58 38.49 -
YUV 103.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 175 54 168 0 0.69 0.04 0.31 303.47 0.53 0.45
Hex AF 36 A8 0 45 4 1F 12F 35 2D
Octal 257 66 250 0 105 4 37 457 65 55
Binary 10101111 110110 10101000 0 1000101 100 11111 100101111 110101 101101

Color Harmonies of #AF36A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36A8

Black with #AF36A8

Text Example


Text Example

White with #AF36A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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