Html Css Color HEX #AF44BA Fuchsia

📋 copy color: '#AF44BA'

red 175 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #AF44BA

Tints of Fuchsia #AF44BA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

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

R = 40.79%
G = 15.85%
B = 43.36%

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

#AF44BA (or 0xAF44BA) is known color: Fuchsia. HEX triplet: AF, 44 and BA. RGB value is (175,68,186). Sum of RGB (Red+Green+Blue) = 175+68+186=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF44BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44BA is #50BB45. Grayscale: #717171. Windows color (decimal): -5290822 or 12207279. OLE color: 12207279.

HSL color Cylindrical-coordinate representation of color #AF44BA: hue angle of 294.41º 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 #AF44BA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 68 186 -
CMYK 0.06 0.63 0 0.27
HSL 294.41º 0.46% 0.5% -
HSV(B) 294.41º 0.63% 0.73% -
XYZ 28.61 16.79 48.19 -
YUV 113.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 175 68 186 0.06 0.63 0 0.27 294.41 0.46 0.5
Hex AF 44 BA 6 3F 0 1B 126 2E 32
Octal 257 104 272 6 77 0 33 446 56 62
Binary 10101111 1000100 10111010 110 111111 0 11011 100100110 101110 110010

Color Harmonies of #AF44BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44BA

Black with #AF44BA

Text Example


Text Example

White with #AF44BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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