Html Css Color HEX #AF34AF Fuchsia

📋 copy color: '#AF34AF'

red 175 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #AF34AF

Tints of Fuchsia #AF34AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 43.53%
G = 12.94%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF34AF (or 0xAF34AF) is known color: Fuchsia. HEX triplet: AF, 34 and AF. RGB value is (175,52,175). Sum of RGB (Red+Green+Blue) = 175+52+175=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34AF is #50CB50. Grayscale: #666666. Windows color (decimal): -5294929 or 11482287. OLE color: 11482287.

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

Color convert

RGB 175 52 175 -
CMYK 0 0.70 0 0.31
HSL 300º 0.54% 0.45% -
HSV(B) 300º 0.7% 0.69% -
XYZ 26.65 14.67 41.98 -
YUV 102.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 175 52 175 0 0.70 0 0.31 300 0.54 0.45
Hex AF 34 AF 0 46 0 1F 12C 36 2D
Octal 257 64 257 0 106 0 37 454 66 55
Binary 10101111 110100 10101111 0 1000110 0 11111 100101100 110110 101101

Color Harmonies of #AF34AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34AF

Black with #AF34AF

Text Example


Text Example

White with #AF34AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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