Html Css Color HEX #AF3BAA Fuchsia

📋 copy color: '#AF3BAA'

red 175 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #AF3BAA

Tints of Fuchsia #AF3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.6%

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

R = 43.32%
G = 14.6%
B = 42.08%

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

#AF3BAA (or 0xAF3BAA) is known color: Fuchsia. HEX triplet: AF, 3B and AA. RGB value is (175,59,170). Sum of RGB (Red+Green+Blue) = 175+59+170=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3BAA is #50C455. Grayscale: #6A6A6A. Windows color (decimal): -5293142 or 11156399. OLE color: 11156399.

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

Color convert

RGB 175 59 170 -
CMYK 0 0.66 0.03 0.31
HSL 302.59º 0.5% 0.46% -
HSV(B) 302.59º 0.66% 0.69% -
XYZ 26.5 15.14 39.56 -
YUV 106.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 175 59 170 0 0.66 0.03 0.31 302.59 0.5 0.46
Hex AF 3B AA 0 42 3 1F 12F 32 2E
Octal 257 73 252 0 102 3 37 457 62 56
Binary 10101111 111011 10101010 0 1000010 11 11111 100101111 110010 101110

Color Harmonies of #AF3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BAA

Black with #AF3BAA

Text Example


Text Example

White with #AF3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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