Html Css Color HEX #AF44C0 Fuchsia

📋 copy color: '#AF44C0'

red 175 ◦ green 68 ◦ blue 192

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

Shades of Fuchsia #AF44C0

Tints of Fuchsia #AF44C0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.63%

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

R = 40.23%
G = 15.63%
B = 44.14%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF44C0 (or 0xAF44C0) is known color: Fuchsia. HEX triplet: AF, 44 and C0. RGB value is (175,68,192). Sum of RGB (Red+Green+Blue) = 175+68+192=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF44C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44C0 is #50BB3F. Grayscale: #717171. Windows color (decimal): -5290816 or 12600495. OLE color: 12600495.

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

Color convert

RGB 175 68 192 -
CMYK 0.09 0.65 0 0.25
HSL 291.77º 0.5% 0.51% -
HSV(B) 291.77º 0.65% 0.75% -
XYZ 29.26 17.05 51.62 -
YUV 114.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 175 68 192 0.09 0.65 0 0.25 291.77 0.5 0.51
Hex AF 44 C0 9 41 0 19 124 32 33
Octal 257 104 300 11 101 0 31 444 62 63
Binary 10101111 1000100 11000000 1001 1000001 0 11001 100100100 110010 110011

Color Harmonies of #AF44C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44C0

Black with #AF44C0

Text Example


Text Example

White with #AF44C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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