Html Css Color HEX #AF40C0 Fuchsia

📋 copy color: '#AF40C0'

red 175 ◦ green 64 ◦ blue 192

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

Shades of Fuchsia #AF40C0

Tints of Fuchsia #AF40C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 40.6%
G = 14.85%
B = 44.55%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF40C0 (or 0xAF40C0) is known color: Fuchsia. HEX triplet: AF, 40 and C0. RGB value is (175,64,192). Sum of RGB (Red+Green+Blue) = 175+64+192=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF40C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40C0 is #50BF3F. Grayscale: #6F6F6F. Windows color (decimal): -5291840 or 12599471. OLE color: 12599471.

HSL color Cylindrical-coordinate representation of color #AF40C0: hue angle of 292.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF40C0 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 64 192 -
CMYK 0.09 0.67 0 0.25
HSL 292.03º 0.5% 0.5% -
HSV(B) 292.03º 0.67% 0.75% -
XYZ 29.03 16.59 51.54 -
YUV 111.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 175 64 192 0.09 0.67 0 0.25 292.03 0.5 0.5
Hex AF 40 C0 9 43 0 19 124 32 32
Octal 257 100 300 11 103 0 31 444 62 62
Binary 10101111 1000000 11000000 1001 1000011 0 11001 100100100 110010 110010

Color Harmonies of #AF40C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40C0

Black with #AF40C0

Text Example


Text Example

White with #AF40C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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