Html Css Color HEX #AF3EAA Fuchsia

📋 copy color: '#AF3EAA'

red 175 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #AF3EAA

Tints of Fuchsia #AF3EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 43%
G = 15.23%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF3EAA (or 0xAF3EAA) is known color: Fuchsia. HEX triplet: AF, 3E and AA. RGB value is (175,62,170). Sum of RGB (Red+Green+Blue) = 175+62+170=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3EAA is #50C155. Grayscale: #6B6B6B. Windows color (decimal): -5292374 or 11157167. OLE color: 11157167.

HSL color Cylindrical-coordinate representation of color #AF3EAA: hue angle of 302.65º 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 #AF3EAA is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 170 -
CMYK 0 0.65 0.03 0.31
HSL 302.65º 0.48% 0.46% -
HSV(B) 302.65º 0.65% 0.69% -
XYZ 26.66 15.46 39.61 -
YUV 108.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 175 62 170 0 0.65 0.03 0.31 302.65 0.48 0.46
Hex AF 3E AA 0 41 3 1F 12F 30 2E
Octal 257 76 252 0 101 3 37 457 60 56
Binary 10101111 111110 10101010 0 1000001 11 11111 100101111 110000 101110

Color Harmonies of #AF3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EAA

Black with #AF3EAA

Text Example


Text Example

White with #AF3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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