Html Css Color HEX #AF33AA Fuchsia

📋 copy color: '#AF33AA'

red 175 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #AF33AA

Tints of Fuchsia #AF33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

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

R = 44.19%
G = 12.88%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF33AA (or 0xAF33AA) is known color: Fuchsia. HEX triplet: AF, 33 and AA. RGB value is (175,51,170). Sum of RGB (Red+Green+Blue) = 175+51+170=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33AA is #50CC55. Grayscale: #656565. Windows color (decimal): -5295190 or 11154351. OLE color: 11154351.

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

Color convert

RGB 175 51 170 -
CMYK 0 0.71 0.03 0.31
HSL 302.42º 0.55% 0.44% -
HSV(B) 302.42º 0.71% 0.69% -
XYZ 26.12 14.38 39.43 -
YUV 101.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 175 51 170 0 0.71 0.03 0.31 302.42 0.55 0.44
Hex AF 33 AA 0 47 3 1F 12E 37 2C
Octal 257 63 252 0 107 3 37 456 67 54
Binary 10101111 110011 10101010 0 1000111 11 11111 100101110 110111 101100

Color Harmonies of #AF33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33AA

Black with #AF33AA

Text Example


Text Example

White with #AF33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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