Html Css Color HEX #AF44BE Fuchsia

📋 copy color: '#AF44BE'

red 175 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #AF44BE

Tints of Fuchsia #AF44BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 40.42%
G = 15.7%
B = 43.88%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF44BE (or 0xAF44BE) is known color: Fuchsia. HEX triplet: AF, 44 and BE. RGB value is (175,68,190). Sum of RGB (Red+Green+Blue) = 175+68+190=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF44BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44BE is #50BB41. Grayscale: #717171. Windows color (decimal): -5290818 or 12469423. OLE color: 12469423.

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

Color convert

RGB 175 68 190 -
CMYK 0.08 0.64 0 0.25
HSL 292.62º 0.48% 0.51% -
HSV(B) 292.62º 0.64% 0.75% -
XYZ 29.04 16.97 50.46 -
YUV 113.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 175 68 190 0.08 0.64 0 0.25 292.62 0.48 0.51
Hex AF 44 BE 8 40 0 19 125 30 33
Octal 257 104 276 10 100 0 31 445 60 63
Binary 10101111 1000100 10111110 1000 1000000 0 11001 100100101 110000 110011

Color Harmonies of #AF44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44BE

Black with #AF44BE

Text Example


Text Example

White with #AF44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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