Html Css Color HEX #AF5ABB Fuchsia

📋 copy color: '#AF5ABB'

red 175 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #AF5ABB

Tints of Fuchsia #AF5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 38.72%
G = 19.91%
B = 41.37%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF5ABB (or 0xAF5ABB) is known color: Fuchsia. HEX triplet: AF, 5A and BB. RGB value is (175,90,187). Sum of RGB (Red+Green+Blue) = 175+90+187=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ABB is #50A544. Grayscale: #7E7E7E. Windows color (decimal): -5285189 or 12278447. OLE color: 12278447.

HSL color Cylindrical-coordinate representation of color #AF5ABB: hue angle of 292.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5ABB is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 90 187 -
CMYK 0.06 0.52 0 0.27
HSL 292.58º 0.42% 0.54% -
HSV(B) 292.58º 0.52% 0.73% -
XYZ 30.31 20.01 49.28 -
YUV 126.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 175 90 187 0.06 0.52 0 0.27 292.58 0.42 0.54
Hex AF 5A BB 6 34 0 1B 125 2A 36
Octal 257 132 273 6 64 0 33 445 52 66
Binary 10101111 1011010 10111011 110 110100 0 11011 100100101 101010 110110

Color Harmonies of #AF5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ABB

Black with #AF5ABB

Text Example


Text Example

White with #AF5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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