Html Css Color HEX #AF40AB Fuchsia

📋 copy color: '#AF40AB'

red 175 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #AF40AB

Tints of Fuchsia #AF40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

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

R = 42.68%
G = 15.61%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF40AB (or 0xAF40AB) is known color: Fuchsia. HEX triplet: AF, 40 and AB. RGB value is (175,64,171). Sum of RGB (Red+Green+Blue) = 175+64+171=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF40AB is #50BF54. Grayscale: #6D6D6D. Windows color (decimal): -5291861 or 11223215. OLE color: 11223215.

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

Color convert

RGB 175 64 171 -
CMYK 0 0.63 0.02 0.31
HSL 302.16º 0.46% 0.47% -
HSV(B) 302.16º 0.63% 0.69% -
XYZ 26.86 15.72 40.15 -
YUV 109.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 175 64 171 0 0.63 0.02 0.31 302.16 0.46 0.47
Hex AF 40 AB 0 3F 2 1F 12E 2E 2F
Octal 257 100 253 0 77 2 37 456 56 57
Binary 10101111 1000000 10101011 0 111111 10 11111 100101110 101110 101111

Color Harmonies of #AF40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40AB

Black with #AF40AB

Text Example


Text Example

White with #AF40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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