Html Css Color HEX #AF45C1 Fuchsia

📋 copy color: '#AF45C1'

red 175 ◦ green 69 ◦ blue 193

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

Shades of Fuchsia #AF45C1

Tints of Fuchsia #AF45C1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

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

R = 40.05%
G = 15.79%
B = 44.16%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF45C1 (or 0xAF45C1) is known color: Fuchsia. HEX triplet: AF, 45 and C1. RGB value is (175,69,193). Sum of RGB (Red+Green+Blue) = 175+69+193=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF45C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45C1 is #50BA3E. Grayscale: #727272. Windows color (decimal): -5290559 or 12666287. OLE color: 12666287.

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

Color convert

RGB 175 69 193 -
CMYK 0.09 0.64 0 0.24
HSL 291.29º 0.5% 0.51% -
HSV(B) 291.29º 0.64% 0.76% -
XYZ 29.43 17.22 52.22 -
YUV 114.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 175 69 193 0.09 0.64 0 0.24 291.29 0.5 0.51
Hex AF 45 C1 9 40 0 18 123 32 33
Octal 257 105 301 11 100 0 30 443 62 63
Binary 10101111 1000101 11000001 1001 1000000 0 11000 100100011 110010 110011

Color Harmonies of #AF45C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45C1

Black with #AF45C1

Text Example


Text Example

White with #AF45C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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