Html Css Color HEX #AF34AA Fuchsia

📋 copy color: '#AF34AA'

red 175 ◦ green 52 ◦ blue 170

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

Shades of Fuchsia #AF34AA

Tints of Fuchsia #AF34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

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

R = 44.08%
G = 13.1%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF34AA (or 0xAF34AA) is known color: Fuchsia. HEX triplet: AF, 34 and AA. RGB value is (175,52,170). Sum of RGB (Red+Green+Blue) = 175+52+170=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34AA is #50CB55. Grayscale: #656565. Windows color (decimal): -5294934 or 11154607. OLE color: 11154607.

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

Color convert

RGB 175 52 170 -
CMYK 0 0.70 0.03 0.31
HSL 302.44º 0.54% 0.45% -
HSV(B) 302.44º 0.7% 0.69% -
XYZ 26.16 14.47 39.44 -
YUV 102.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 175 52 170 0 0.70 0.03 0.31 302.44 0.54 0.45
Hex AF 34 AA 0 46 3 1F 12E 36 2D
Octal 257 64 252 0 106 3 37 456 66 55
Binary 10101111 110100 10101010 0 1000110 11 11111 100101110 110110 101101

Color Harmonies of #AF34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34AA

Black with #AF34AA

Text Example


Text Example

White with #AF34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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