Html Css Color HEX #AF2DAC Fuchsia

📋 copy color: '#AF2DAC'

red 175 ◦ green 45 ◦ blue 172

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

Shades of Fuchsia #AF2DAC

Tints of Fuchsia #AF2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.48%

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

R = 44.64%
G = 11.48%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF2DAC (or 0xAF2DAC) is known color: Fuchsia. HEX triplet: AF, 2D and AC. RGB value is (175,45,172). Sum of RGB (Red+Green+Blue) = 175+45+172=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DAC is #50D253. Grayscale: #616161. Windows color (decimal): -5296724 or 11283887. OLE color: 11283887.

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

Color convert

RGB 175 45 172 -
CMYK 0 0.74 0.02 0.31
HSL 301.38º 0.59% 0.43% -
HSV(B) 301.38º 0.74% 0.69% -
XYZ 26.06 13.97 40.35 -
YUV 98.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 175 45 172 0 0.74 0.02 0.31 301.38 0.59 0.43
Hex AF 2D AC 0 4A 2 1F 12D 3B 2B
Octal 257 55 254 0 112 2 37 455 73 53
Binary 10101111 101101 10101100 0 1001010 10 11111 100101101 111011 101011

Color Harmonies of #AF2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DAC

Black with #AF2DAC

Text Example


Text Example

White with #AF2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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