Html Css Color HEX #AF45BA Fuchsia

📋 copy color: '#AF45BA'

red 175 ◦ green 69 ◦ blue 186

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

Shades of Fuchsia #AF45BA

Tints of Fuchsia #AF45BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 40.7%
G = 16.05%
B = 43.26%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF45BA (or 0xAF45BA) is known color: Fuchsia. HEX triplet: AF, 45 and BA. RGB value is (175,69,186). Sum of RGB (Red+Green+Blue) = 175+69+186=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF45BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45BA is #50BA45. Grayscale: #717171. Windows color (decimal): -5290566 or 12207535. OLE color: 12207535.

HSL color Cylindrical-coordinate representation of color #AF45BA: hue angle of 294.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF45BA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 69 186 -
CMYK 0.06 0.63 0 0.27
HSL 294.36º 0.46% 0.5% -
HSV(B) 294.36º 0.63% 0.73% -
XYZ 28.67 16.92 48.21 -
YUV 114.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 175 69 186 0.06 0.63 0 0.27 294.36 0.46 0.5
Hex AF 45 BA 6 3F 0 1B 126 2E 32
Octal 257 105 272 6 77 0 33 446 56 62
Binary 10101111 1000101 10111010 110 111111 0 11011 100100110 101110 110010

Color Harmonies of #AF45BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45BA

Black with #AF45BA

Text Example


Text Example

White with #AF45BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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