Html Css Color HEX #AF40B9 Fuchsia

📋 copy color: '#AF40B9'

red 175 ◦ green 64 ◦ blue 185

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

Shades of Fuchsia #AF40B9

Tints of Fuchsia #AF40B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 41.27%
G = 15.09%
B = 43.63%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF40B9 (or 0xAF40B9) is known color: Fuchsia. HEX triplet: AF, 40 and B9. RGB value is (175,64,185). Sum of RGB (Red+Green+Blue) = 175+64+185=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF40B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40B9 is #50BF46. Grayscale: #6E6E6E. Windows color (decimal): -5291847 or 12140719. OLE color: 12140719.

HSL color Cylindrical-coordinate representation of color #AF40B9: hue angle of 295.04º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF40B9 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 64 185 -
CMYK 0.05 0.65 0 0.27
HSL 295.04º 0.49% 0.49% -
HSV(B) 295.04º 0.65% 0.73% -
XYZ 28.27 16.28 47.55 -
YUV 110.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 175 64 185 0.05 0.65 0 0.27 295.04 0.49 0.49
Hex AF 40 B9 5 41 0 1B 127 31 31
Octal 257 100 271 5 101 0 33 447 61 61
Binary 10101111 1000000 10111001 101 1000001 0 11011 100100111 110001 110001

Color Harmonies of #AF40B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40B9

Black with #AF40B9

Text Example


Text Example

White with #AF40B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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