Html Css Color HEX #AF45BC Fuchsia

📋 copy color: '#AF45BC'

red 175 ◦ green 69 ◦ blue 188

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

Shades of Fuchsia #AF45BC

Tints of Fuchsia #AF45BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 40.51%
G = 15.97%
B = 43.52%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF45BC (or 0xAF45BC) is known color: Fuchsia. HEX triplet: AF, 45 and BC. RGB value is (175,69,188). Sum of RGB (Red+Green+Blue) = 175+69+188=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45BC is #50BA43. Grayscale: #717171. Windows color (decimal): -5290564 or 12338607. OLE color: 12338607.

HSL color Cylindrical-coordinate representation of color #AF45BC: hue angle of 293.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF45BC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 69 188 -
CMYK 0.07 0.63 0 0.26
HSL 293.45º 0.47% 0.5% -
HSV(B) 293.45º 0.63% 0.74% -
XYZ 28.88 17 49.34 -
YUV 114.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 175 69 188 0.07 0.63 0 0.26 293.45 0.47 0.5
Hex AF 45 BC 7 3F 0 1A 125 2F 32
Octal 257 105 274 7 77 0 32 445 57 62
Binary 10101111 1000101 10111100 111 111111 0 11010 100100101 101111 110010

Color Harmonies of #AF45BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45BC

Black with #AF45BC

Text Example


Text Example

White with #AF45BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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