Html Css Color HEX #AF45BF Fuchsia

📋 copy color: '#AF45BF'

red 175 ◦ green 69 ◦ blue 191

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

Shades of Fuchsia #AF45BF

Tints of Fuchsia #AF45BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 40.23%
G = 15.86%
B = 43.91%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF45BF (or 0xAF45BF) is known color: Fuchsia. HEX triplet: AF, 45 and BF. RGB value is (175,69,191). Sum of RGB (Red+Green+Blue) = 175+69+191=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45BF is #50BA40. Grayscale: #727272. Windows color (decimal): -5290561 or 12535215. OLE color: 12535215.

HSL color Cylindrical-coordinate representation of color #AF45BF: hue angle of 292.13º 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 #AF45BF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 69 191 -
CMYK 0.08 0.64 0 0.25
HSL 292.13º 0.49% 0.51% -
HSV(B) 292.13º 0.64% 0.75% -
XYZ 29.21 17.13 51.06 -
YUV 114.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 175 69 191 0.08 0.64 0 0.25 292.13 0.49 0.51
Hex AF 45 BF 8 40 0 19 124 31 33
Octal 257 105 277 10 100 0 31 444 61 63
Binary 10101111 1000101 10111111 1000 1000000 0 11001 100100100 110001 110011

Color Harmonies of #AF45BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45BF

Black with #AF45BF

Text Example


Text Example

White with #AF45BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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