Html Css Color HEX #AF5ABF Fuchsia

📋 copy color: '#AF5ABF'

red 175 ◦ green 90 ◦ blue 191

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

Shades of Fuchsia #AF5ABF

Tints of Fuchsia #AF5ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 38.38%
G = 19.74%
B = 41.89%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF5ABF (or 0xAF5ABF) is known color: Fuchsia. HEX triplet: AF, 5A and BF. RGB value is (175,90,191). Sum of RGB (Red+Green+Blue) = 175+90+191=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ABF is #50A540. Grayscale: #7E7E7E. Windows color (decimal): -5285185 or 12540591. OLE color: 12540591.

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

Color convert

RGB 175 90 191 -
CMYK 0.08 0.53 0 0.25
HSL 290.5º 0.44% 0.55% -
HSV(B) 290.5º 0.53% 0.75% -
XYZ 30.74 20.19 51.57 -
YUV 126.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 175 90 191 0.08 0.53 0 0.25 290.5 0.44 0.55
Hex AF 5A BF 8 35 0 19 122 2C 37
Octal 257 132 277 10 65 0 31 442 54 67
Binary 10101111 1011010 10111111 1000 110101 0 11001 100100010 101100 110111

Color Harmonies of #AF5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ABF

Black with #AF5ABF

Text Example


Text Example

White with #AF5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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