Html Css Color HEX #AF48C1 Fuchsia

📋 copy color: '#AF48C1'

red 175 ◦ green 72 ◦ blue 193

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

Shades of Fuchsia #AF48C1

Tints of Fuchsia #AF48C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 39.77%
G = 16.36%
B = 43.86%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF48C1 (or 0xAF48C1) is known color: Fuchsia. HEX triplet: AF, 48 and C1. RGB value is (175,72,193). Sum of RGB (Red+Green+Blue) = 175+72+193=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF48C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48C1 is #50B73E. Grayscale: #747474. Windows color (decimal): -5289791 or 12667055. OLE color: 12667055.

HSL color Cylindrical-coordinate representation of color #AF48C1: hue angle of 291.07º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF48C1 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 72 193 -
CMYK 0.09 0.63 0 0.24
HSL 291.07º 0.49% 0.52% -
HSV(B) 291.07º 0.63% 0.76% -
XYZ 29.62 17.6 52.29 -
YUV 116.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 175 72 193 0.09 0.63 0 0.24 291.07 0.49 0.52
Hex AF 48 C1 9 3F 0 18 123 31 34
Octal 257 110 301 11 77 0 30 443 61 64
Binary 10101111 1001000 11000001 1001 111111 0 11000 100100011 110001 110100

Color Harmonies of #AF48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48C1

Black with #AF48C1

Text Example


Text Example

White with #AF48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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