Html Css Color HEX #AF3CAC Fuchsia

📋 copy color: '#AF3CAC'

red 175 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #AF3CAC

Tints of Fuchsia #AF3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 43%
G = 14.74%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF3CAC (or 0xAF3CAC) is known color: Fuchsia. HEX triplet: AF, 3C and AC. RGB value is (175,60,172). Sum of RGB (Red+Green+Blue) = 175+60+172=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CAC is #50C353. Grayscale: #6A6A6A. Windows color (decimal): -5292884 or 11287727. OLE color: 11287727.

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

Color convert

RGB 175 60 172 -
CMYK 0 0.66 0.02 0.31
HSL 301.57º 0.49% 0.46% -
HSV(B) 301.57º 0.66% 0.69% -
XYZ 26.74 15.32 40.58 -
YUV 107.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 175 60 172 0 0.66 0.02 0.31 301.57 0.49 0.46
Hex AF 3C AC 0 42 2 1F 12E 31 2E
Octal 257 74 254 0 102 2 37 456 61 56
Binary 10101111 111100 10101100 0 1000010 10 11111 100101110 110001 101110

Color Harmonies of #AF3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CAC

Black with #AF3CAC

Text Example


Text Example

White with #AF3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CAC; }

 p { color: rgb(175,60,172); }

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

background-color css

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

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

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

border-color css

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

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

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