Html Css Color HEX #AF48BA Fuchsia

📋 copy color: '#AF48BA'

red 175 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #AF48BA

Tints of Fuchsia #AF48BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

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

R = 40.42%
G = 16.63%
B = 42.96%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF48BA (or 0xAF48BA) is known color: Fuchsia. HEX triplet: AF, 48 and BA. RGB value is (175,72,186). Sum of RGB (Red+Green+Blue) = 175+72+186=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48BA is #50B745. Grayscale: #737373. Windows color (decimal): -5289798 or 12208303. OLE color: 12208303.

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

Color convert

RGB 175 72 186 -
CMYK 0.06 0.61 0 0.27
HSL 294.21º 0.45% 0.51% -
HSV(B) 294.21º 0.61% 0.73% -
XYZ 28.86 17.29 48.27 -
YUV 115.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 175 72 186 0.06 0.61 0 0.27 294.21 0.45 0.51
Hex AF 48 BA 6 3D 0 1B 126 2D 33
Octal 257 110 272 6 75 0 33 446 55 63
Binary 10101111 1001000 10111010 110 111101 0 11011 100100110 101101 110011

Color Harmonies of #AF48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48BA

Black with #AF48BA

Text Example


Text Example

White with #AF48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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