Html Css Color HEX #AF38AC Fuchsia

📋 copy color: '#AF38AC'

red 175 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #AF38AC

Tints of Fuchsia #AF38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.9%

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 43.42%
G = 13.9%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF38AC (or 0xAF38AC) is known color: Fuchsia. HEX triplet: AF, 38 and AC. RGB value is (175,56,172). Sum of RGB (Red+Green+Blue) = 175+56+172=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38AC is #50C753. Grayscale: #686868. Windows color (decimal): -5293908 or 11286703. OLE color: 11286703.

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

Color convert

RGB 175 56 172 -
CMYK 0 0.68 0.02 0.31
HSL 301.51º 0.52% 0.45% -
HSV(B) 301.51º 0.68% 0.69% -
XYZ 26.54 14.92 40.51 -
YUV 104.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 175 56 172 0 0.68 0.02 0.31 301.51 0.52 0.45
Hex AF 38 AC 0 44 2 1F 12E 34 2D
Octal 257 70 254 0 104 2 37 456 64 55
Binary 10101111 111000 10101100 0 1000100 10 11111 100101110 110100 101101

Color Harmonies of #AF38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38AC

Black with #AF38AC

Text Example


Text Example

White with #AF38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38AC; }

 p { color: rgb(175,56,172); }

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

background-color css

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

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

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

border-color css

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

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

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