Html Css Color HEX #AF3EAC Fuchsia

📋 copy color: '#AF3EAC'

red 175 ◦ green 62 ◦ blue 172

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

Shades of Fuchsia #AF3EAC

Tints of Fuchsia #AF3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.16%

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

R = 42.79%
G = 15.16%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF3EAC (or 0xAF3EAC) is known color: Fuchsia. HEX triplet: AF, 3E and AC. RGB value is (175,62,172). Sum of RGB (Red+Green+Blue) = 175+62+172=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3EAC is #50C153. Grayscale: #6C6C6C. Windows color (decimal): -5292372 or 11288239. OLE color: 11288239.

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

Color convert

RGB 175 62 172 -
CMYK 0 0.65 0.02 0.31
HSL 301.59º 0.48% 0.46% -
HSV(B) 301.59º 0.65% 0.69% -
XYZ 26.85 15.54 40.61 -
YUV 108.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 175 62 172 0 0.65 0.02 0.31 301.59 0.48 0.46
Hex AF 3E AC 0 41 2 1F 12E 30 2E
Octal 257 76 254 0 101 2 37 456 60 56
Binary 10101111 111110 10101100 0 1000001 10 11111 100101110 110000 101110

Color Harmonies of #AF3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EAC

Black with #AF3EAC

Text Example


Text Example

White with #AF3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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