Html Css Color HEX #AF5ABC Fuchsia

📋 copy color: '#AF5ABC'

red 175 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #AF5ABC

Tints of Fuchsia #AF5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 38.63%
G = 19.87%
B = 41.5%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF5ABC (or 0xAF5ABC) is known color: Fuchsia. HEX triplet: AF, 5A and BC. RGB value is (175,90,188). Sum of RGB (Red+Green+Blue) = 175+90+188=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ABC is #50A543. Grayscale: #7E7E7E. Windows color (decimal): -5285188 or 12343983. OLE color: 12343983.

HSL color Cylindrical-coordinate representation of color #AF5ABC: hue angle of 292.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5ABC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 90 188 -
CMYK 0.07 0.52 0 0.26
HSL 292.04º 0.42% 0.55% -
HSV(B) 292.04º 0.52% 0.74% -
XYZ 30.41 20.06 49.85 -
YUV 126.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 175 90 188 0.07 0.52 0 0.26 292.04 0.42 0.55
Hex AF 5A BC 7 34 0 1A 124 2A 37
Octal 257 132 274 7 64 0 32 444 52 67
Binary 10101111 1011010 10111100 111 110100 0 11010 100100100 101010 110111

Color Harmonies of #AF5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ABC

Black with #AF5ABC

Text Example


Text Example

White with #AF5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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