Html Css Color HEX #AF3AAE Fuchsia

📋 copy color: '#AF3AAE'

red 175 ◦ green 58 ◦ blue 174

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

Shades of Fuchsia #AF3AAE

Tints of Fuchsia #AF3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.25%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 43%
G = 14.25%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF3AAE (or 0xAF3AAE) is known color: Fuchsia. HEX triplet: AF, 3A and AE. RGB value is (175,58,174). Sum of RGB (Red+Green+Blue) = 175+58+174=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AAE is #50C551. Grayscale: #696969. Windows color (decimal): -5293394 or 11418287. OLE color: 11418287.

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

Color convert

RGB 175 58 174 -
CMYK 0 0.67 0.01 0.31
HSL 300.51º 0.5% 0.46% -
HSV(B) 300.51º 0.67% 0.69% -
XYZ 26.83 15.2 41.56 -
YUV 106.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 175 58 174 0 0.67 0.01 0.31 300.51 0.5 0.46
Hex AF 3A AE 0 43 1 1F 12D 32 2E
Octal 257 72 256 0 103 1 37 455 62 56
Binary 10101111 111010 10101110 0 1000011 1 11111 100101101 110010 101110

Color Harmonies of #AF3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AAE

Black with #AF3AAE

Text Example


Text Example

White with #AF3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AAE; }

 p { color: rgb(175,58,174); }

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

background-color css

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

 a { background-color: rgb(175,58,174); }

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

border-color css

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

 span { border-color: rgb(175,58,174); }

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