Html Css Color HEX #AF45C0 Fuchsia

📋 copy color: '#AF45C0'

red 175 ◦ green 69 ◦ blue 192

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

Shades of Fuchsia #AF45C0

Tints of Fuchsia #AF45C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 40.14%
G = 15.83%
B = 44.04%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF45C0 (or 0xAF45C0) is known color: Fuchsia. HEX triplet: AF, 45 and C0. RGB value is (175,69,192). Sum of RGB (Red+Green+Blue) = 175+69+192=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF45C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45C0 is #50BA3F. Grayscale: #727272. Windows color (decimal): -5290560 or 12600751. OLE color: 12600751.

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

Color convert

RGB 175 69 192 -
CMYK 0.09 0.64 0 0.25
HSL 291.71º 0.49% 0.51% -
HSV(B) 291.71º 0.64% 0.75% -
XYZ 29.32 17.18 51.64 -
YUV 114.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 175 69 192 0.09 0.64 0 0.25 291.71 0.49 0.51
Hex AF 45 C0 9 40 0 19 124 31 33
Octal 257 105 300 11 100 0 31 444 61 63
Binary 10101111 1000101 11000000 1001 1000000 0 11001 100100100 110001 110011

Color Harmonies of #AF45C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45C0

Black with #AF45C0

Text Example


Text Example

White with #AF45C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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