Html Css Color HEX #AF55B0 Fuchsia

📋 copy color: '#AF55B0'

red 175 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #AF55B0

Tints of Fuchsia #AF55B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 40.14%
G = 19.5%
B = 40.37%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF55B0 (or 0xAF55B0) is known color: Fuchsia. HEX triplet: AF, 55 and B0. RGB value is (175,85,176). Sum of RGB (Red+Green+Blue) = 175+85+176=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF55B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55B0 is #50AA4F. Grayscale: #7A7A7A. Windows color (decimal): -5286480 or 11556271. OLE color: 11556271.

HSL color Cylindrical-coordinate representation of color #AF55B0: hue angle of 299.34º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF55B0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 176 -
CMYK 0.01 0.52 0 0.31
HSL 299.34º 0.37% 0.51% -
HSV(B) 299.34º 0.52% 0.69% -
XYZ 28.76 18.75 43.18 -
YUV 122.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 175 85 176 0.01 0.52 0 0.31 299.34 0.37 0.51
Hex AF 55 B0 1 34 0 1F 12B 25 33
Octal 257 125 260 1 64 0 37 453 45 63
Binary 10101111 1010101 10110000 1 110100 0 11111 100101011 100101 110011

Color Harmonies of #AF55B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55B0

Black with #AF55B0

Text Example


Text Example

White with #AF55B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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