Html Css Color HEX #AF34AB Fuchsia

📋 copy color: '#AF34AB'

red 175 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #AF34AB

Tints of Fuchsia #AF34AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 43.97%
G = 13.07%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF34AB (or 0xAF34AB) is known color: Fuchsia. HEX triplet: AF, 34 and AB. RGB value is (175,52,171). Sum of RGB (Red+Green+Blue) = 175+52+171=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34AB is #50CB54. Grayscale: #656565. Windows color (decimal): -5294933 or 11220143. OLE color: 11220143.

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

Color convert

RGB 175 52 171 -
CMYK 0 0.70 0.02 0.31
HSL 301.95º 0.54% 0.45% -
HSV(B) 301.95º 0.7% 0.69% -
XYZ 26.26 14.51 39.94 -
YUV 102.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 175 52 171 0 0.70 0.02 0.31 301.95 0.54 0.45
Hex AF 34 AB 0 46 2 1F 12E 36 2D
Octal 257 64 253 0 106 2 37 456 66 55
Binary 10101111 110100 10101011 0 1000110 10 11111 100101110 110110 101101

Color Harmonies of #AF34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34AB

Black with #AF34AB

Text Example


Text Example

White with #AF34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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