Html Css Color HEX #AF4CAF Fuchsia

📋 copy color: '#AF4CAF'

red 175 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #AF4CAF

Tints of Fuchsia #AF4CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.84%

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

R = 41.08%
G = 17.84%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF4CAF (or 0xAF4CAF) is known color: Fuchsia. HEX triplet: AF, 4C and AF. RGB value is (175,76,175). Sum of RGB (Red+Green+Blue) = 175+76+175=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF4CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4CAF is #50B350. Grayscale: #747474. Windows color (decimal): -5288785 or 11488431. OLE color: 11488431.

HSL color Cylindrical-coordinate representation of color #AF4CAF: hue angle of 300º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4CAF is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 175 -
CMYK 0 0.57 0 0.31
HSL 300º 0.39% 0.49% -
HSV(B) 300º 0.57% 0.69% -
XYZ 28 17.38 42.44 -
YUV 116.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 175 76 175 0 0.57 0 0.31 300 0.39 0.49
Hex AF 4C AF 0 39 0 1F 12C 27 31
Octal 257 114 257 0 71 0 37 454 47 61
Binary 10101111 1001100 10101111 0 111001 0 11111 100101100 100111 110001

Color Harmonies of #AF4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CAF

Black with #AF4CAF

Text Example


Text Example

White with #AF4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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