Html Css Color HEX #AF34AD Fuchsia

📋 copy color: '#AF34AD'

red 175 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #AF34AD

Tints of Fuchsia #AF34AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 43.75%
G = 13%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF34AD (or 0xAF34AD) is known color: Fuchsia. HEX triplet: AF, 34 and AD. RGB value is (175,52,173). Sum of RGB (Red+Green+Blue) = 175+52+173=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34AD is #50CB52. Grayscale: #666666. Windows color (decimal): -5294931 or 11351215. OLE color: 11351215.

HSL color Cylindrical-coordinate representation of color #AF34AD: hue angle of 300.98º 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 #AF34AD is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 173 -
CMYK 0 0.70 0.01 0.31
HSL 300.98º 0.54% 0.45% -
HSV(B) 300.98º 0.7% 0.69% -
XYZ 26.45 14.59 40.96 -
YUV 102.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 175 52 173 0 0.70 0.01 0.31 300.98 0.54 0.45
Hex AF 34 AD 0 46 1 1F 12D 36 2D
Octal 257 64 255 0 106 1 37 455 66 55
Binary 10101111 110100 10101101 0 1000110 1 11111 100101101 110110 101101

Color Harmonies of #AF34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34AD

Black with #AF34AD

Text Example


Text Example

White with #AF34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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