Html Css Color HEX #AF55BA Fuchsia

📋 copy color: '#AF55BA'

red 175 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #AF55BA

Tints of Fuchsia #AF55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 39.24%
G = 19.06%
B = 41.7%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF55BA (or 0xAF55BA) is known color: Fuchsia. HEX triplet: AF, 55 and BA. RGB value is (175,85,186). Sum of RGB (Red+Green+Blue) = 175+85+186=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55BA is #50AA45. Grayscale: #7B7B7B. Windows color (decimal): -5286470 or 12211631. OLE color: 12211631.

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

Color convert

RGB 175 85 186 -
CMYK 0.06 0.54 0 0.27
HSL 293.47º 0.42% 0.53% -
HSV(B) 293.47º 0.54% 0.73% -
XYZ 29.79 19.16 48.58 -
YUV 123.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 175 85 186 0.06 0.54 0 0.27 293.47 0.42 0.53
Hex AF 55 BA 6 36 0 1B 125 2A 35
Octal 257 125 272 6 66 0 33 445 52 65
Binary 10101111 1010101 10111010 110 110110 0 11011 100100101 101010 110101

Color Harmonies of #AF55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55BA

Black with #AF55BA

Text Example


Text Example

White with #AF55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55BA; }

 p { color: rgb(175,85,186); }

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

background-color css

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

 a { background-color: rgb(175,85,186); }

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

border-color css

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

 span { border-color: rgb(175,85,186); }

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