Html Css Color HEX #AF3FAA Fuchsia

📋 copy color: '#AF3FAA'

red 175 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #AF3FAA

Tints of Fuchsia #AF3FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.44%

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

R = 42.89%
G = 15.44%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF3FAA (or 0xAF3FAA) is known color: Fuchsia. HEX triplet: AF, 3F and AA. RGB value is (175,63,170). Sum of RGB (Red+Green+Blue) = 175+63+170=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FAA is #50C055. Grayscale: #6C6C6C. Windows color (decimal): -5292118 or 11157423. OLE color: 11157423.

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

Color convert

RGB 175 63 170 -
CMYK 0 0.64 0.03 0.31
HSL 302.68º 0.47% 0.47% -
HSV(B) 302.68º 0.64% 0.69% -
XYZ 26.71 15.57 39.63 -
YUV 108.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 175 63 170 0 0.64 0.03 0.31 302.68 0.47 0.47
Hex AF 3F AA 0 40 3 1F 12F 2F 2F
Octal 257 77 252 0 100 3 37 457 57 57
Binary 10101111 111111 10101010 0 1000000 11 11111 100101111 101111 101111

Color Harmonies of #AF3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FAA

Black with #AF3FAA

Text Example


Text Example

White with #AF3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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