Html Css Color HEX #AF5AB7 Fuchsia

📋 copy color: '#AF5AB7'

red 175 ◦ green 90 ◦ blue 183

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

Shades of Fuchsia #AF5AB7

Tints of Fuchsia #AF5AB7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.09%

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 39.06%
G = 20.09%
B = 40.85%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF5AB7 (or 0xAF5AB7) is known color: Fuchsia. HEX triplet: AF, 5A and B7. RGB value is (175,90,183). Sum of RGB (Red+Green+Blue) = 175+90+183=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF5AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AB7 is #50A548. Grayscale: #7D7D7D. Windows color (decimal): -5285193 or 12016303. OLE color: 12016303.

HSL color Cylindrical-coordinate representation of color #AF5AB7: hue angle of 294.84º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5AB7 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 90 183 -
CMYK 0.04 0.51 0 0.28
HSL 294.84º 0.39% 0.54% -
HSV(B) 294.84º 0.51% 0.72% -
XYZ 29.88 19.85 47.06 -
YUV 126.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 175 90 183 0.04 0.51 0 0.28 294.84 0.39 0.54
Hex AF 5A B7 4 33 0 1C 127 27 36
Octal 257 132 267 4 63 0 34 447 47 66
Binary 10101111 1011010 10110111 100 110011 0 11100 100100111 100111 110110

Color Harmonies of #AF5AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AB7

Black with #AF5AB7

Text Example


Text Example

White with #AF5AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AB7; }

 p { color: rgb(175,90,183); }

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

background-color css

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

 a { background-color: rgb(175,90,183); }

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

border-color css

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

 span { border-color: rgb(175,90,183); }

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