Html Css Color HEX #AF2EAC Fuchsia

📋 copy color: '#AF2EAC'

red 175 ◦ green 46 ◦ blue 172

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

Shades of Fuchsia #AF2EAC

Tints of Fuchsia #AF2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.7%

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

R = 44.53%
G = 11.7%
B = 43.77%

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

#AF2EAC (or 0xAF2EAC) is known color: Fuchsia. HEX triplet: AF, 2E and AC. RGB value is (175,46,172). Sum of RGB (Red+Green+Blue) = 175+46+172=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2EAC is #50D153. Grayscale: #626262. Windows color (decimal): -5296468 or 11284143. OLE color: 11284143.

HSL color Cylindrical-coordinate representation of color #AF2EAC: hue angle of 301.4º degrees, saturation: 0.58, 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 #AF2EAC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 46 172 -
CMYK 0 0.74 0.02 0.31
HSL 301.4º 0.58% 0.43% -
HSV(B) 301.4º 0.74% 0.69% -
XYZ 26.1 14.05 40.37 -
YUV 98.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 175 46 172 0 0.74 0.02 0.31 301.4 0.58 0.43
Hex AF 2E AC 0 4A 2 1F 12D 3A 2B
Octal 257 56 254 0 112 2 37 455 72 53
Binary 10101111 101110 10101100 0 1001010 10 11111 100101101 111010 101011

Color Harmonies of #AF2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EAC

Black with #AF2EAC

Text Example


Text Example

White with #AF2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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