Html Css Color HEX #AF2CAB Fuchsia

📋 copy color: '#AF2CAB'

red 175 ◦ green 44 ◦ blue 171

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

Shades of Fuchsia #AF2CAB

Tints of Fuchsia #AF2CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.28%

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

R = 44.87%
G = 11.28%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF2CAB (or 0xAF2CAB) is known color: Fuchsia. HEX triplet: AF, 2C and AB. RGB value is (175,44,171). Sum of RGB (Red+Green+Blue) = 175+44+171=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2CAB is #50D354. Grayscale: #616161. Windows color (decimal): -5296981 or 11218095. OLE color: 11218095.

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

Color convert

RGB 175 44 171 -
CMYK 0 0.75 0.02 0.31
HSL 301.83º 0.6% 0.43% -
HSV(B) 301.83º 0.75% 0.69% -
XYZ 25.93 13.86 39.84 -
YUV 97.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 175 44 171 0 0.75 0.02 0.31 301.83 0.6 0.43
Hex AF 2C AB 0 4B 2 1F 12E 3C 2B
Octal 257 54 253 0 113 2 37 456 74 53
Binary 10101111 101100 10101011 0 1001011 10 11111 100101110 111100 101011

Color Harmonies of #AF2CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CAB

Black with #AF2CAB

Text Example


Text Example

White with #AF2CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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