Html Css Color HEX #AF5EBC Fuchsia

📋 copy color: '#AF5EBC'

red 175 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #AF5EBC

Tints of Fuchsia #AF5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

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

R = 38.29%
G = 20.57%
B = 41.14%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF5EBC (or 0xAF5EBC) is known color: Fuchsia. HEX triplet: AF, 5E and BC. RGB value is (175,94,188). Sum of RGB (Red+Green+Blue) = 175+94+188=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EBC is #50A143. Grayscale: #808080. Windows color (decimal): -5284164 or 12345007. OLE color: 12345007.

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

Color convert

RGB 175 94 188 -
CMYK 0.07 0.50 0 0.26
HSL 291.7º 0.41% 0.55% -
HSV(B) 291.7º 0.5% 0.74% -
XYZ 30.76 20.75 49.96 -
YUV 128.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 175 94 188 0.07 0.50 0 0.26 291.7 0.41 0.55
Hex AF 5E BC 7 32 0 1A 124 29 37
Octal 257 136 274 7 62 0 32 444 51 67
Binary 10101111 1011110 10111100 111 110010 0 11010 100100100 101001 110111

Color Harmonies of #AF5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EBC

Black with #AF5EBC

Text Example


Text Example

White with #AF5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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