Html Css Color HEX #AF3AAF Fuchsia

📋 copy color: '#AF3AAF'

red 175 ◦ green 58 ◦ blue 175

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

Shades of Fuchsia #AF3AAF

Tints of Fuchsia #AF3AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 42.89%
G = 14.22%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF3AAF (or 0xAF3AAF) is known color: Fuchsia. HEX triplet: AF, 3A and AF. RGB value is (175,58,175). Sum of RGB (Red+Green+Blue) = 175+58+175=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AAF is #50C550. Grayscale: #696969. Windows color (decimal): -5293393 or 11483823. OLE color: 11483823.

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

Color convert

RGB 175 58 175 -
CMYK 0 0.67 0 0.31
HSL 300º 0.5% 0.46% -
HSV(B) 300º 0.67% 0.69% -
XYZ 26.93 15.24 42.08 -
YUV 106.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 175 58 175 0 0.67 0 0.31 300 0.5 0.46
Hex AF 3A AF 0 43 0 1F 12C 32 2E
Octal 257 72 257 0 103 0 37 454 62 56
Binary 10101111 111010 10101111 0 1000011 0 11111 100101100 110010 101110

Color Harmonies of #AF3AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AAF

Black with #AF3AAF

Text Example


Text Example

White with #AF3AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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