Html Css Color HEX #AF40BB Fuchsia

📋 copy color: '#AF40BB'

red 175 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #AF40BB

Tints of Fuchsia #AF40BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 41.08%
G = 15.02%
B = 43.9%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF40BB (or 0xAF40BB) is known color: Fuchsia. HEX triplet: AF, 40 and BB. RGB value is (175,64,187). Sum of RGB (Red+Green+Blue) = 175+64+187=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40BB is #50BF44. Grayscale: #6E6E6E. Windows color (decimal): -5291845 or 12271791. OLE color: 12271791.

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

Color convert

RGB 175 64 187 -
CMYK 0.06 0.66 0 0.27
HSL 294.15º 0.49% 0.49% -
HSV(B) 294.15º 0.66% 0.73% -
XYZ 28.48 16.37 48.67 -
YUV 111.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 175 64 187 0.06 0.66 0 0.27 294.15 0.49 0.49
Hex AF 40 BB 6 42 0 1B 126 31 31
Octal 257 100 273 6 102 0 33 446 61 61
Binary 10101111 1000000 10111011 110 1000010 0 11011 100100110 110001 110001

Color Harmonies of #AF40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40BB

Black with #AF40BB

Text Example


Text Example

White with #AF40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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