Html Css Color HEX #AF3CAA Fuchsia

📋 copy color: '#AF3CAA'

red 175 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #AF3CAA

Tints of Fuchsia #AF3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.81%

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

R = 43.21%
G = 14.81%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF3CAA (or 0xAF3CAA) is known color: Fuchsia. HEX triplet: AF, 3C and AA. RGB value is (175,60,170). Sum of RGB (Red+Green+Blue) = 175+60+170=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CAA is #50C355. Grayscale: #6A6A6A. Windows color (decimal): -5292886 or 11156655. OLE color: 11156655.

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

Color convert

RGB 175 60 170 -
CMYK 0 0.66 0.03 0.31
HSL 302.61º 0.49% 0.46% -
HSV(B) 302.61º 0.66% 0.69% -
XYZ 26.55 15.25 39.57 -
YUV 106.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 175 60 170 0 0.66 0.03 0.31 302.61 0.49 0.46
Hex AF 3C AA 0 42 3 1F 12F 31 2E
Octal 257 74 252 0 102 3 37 457 61 56
Binary 10101111 111100 10101010 0 1000010 11 11111 100101111 110001 101110

Color Harmonies of #AF3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CAA

Black with #AF3CAA

Text Example


Text Example

White with #AF3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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