Html Css Color HEX #AA3FB2 Fuchsia

📋 copy color: '#AA3FB2'

red 170 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #AA3FB2

Tints of Fuchsia #AA3FB2

RGB

 RED value IS 170 (66.8% from 255) = 41.36%

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 41.36%
G = 15.33%
B = 43.31%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA3FB2 (or 0xAA3FB2) is known color: Fuchsia. HEX triplet: AA, 3F and B2. RGB value is (170,63,178). Sum of RGB (Red+Green+Blue) = 170+63+178=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA3FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3FB2 is #55C04D. Grayscale: #6B6B6B. Windows color (decimal): -5619790 or 11681706. OLE color: 11681706.

HSL color Cylindrical-coordinate representation of color #AA3FB2: hue angle of 295.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3FB2 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 63 178 -
CMYK 0.04 0.65 0 0.30
HSL 295.83º 0.48% 0.47% -
HSV(B) 295.83º 0.65% 0.7% -
XYZ 26.39 15.32 43.68 -
YUV 108.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 170 63 178 0.04 0.65 0 0.30 295.83 0.48 0.47
Hex AA 3F B2 4 41 0 1E 128 30 2F
Octal 252 77 262 4 101 0 36 450 60 57
Binary 10101010 111111 10110010 100 1000001 0 11110 100101000 110000 101111

Color Harmonies of #AA3FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FB2

Black with #AA3FB2

Text Example


Text Example

White with #AA3FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FB2; }

 p { color: rgb(170,63,178); }

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

background-color css

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

 a { background-color: rgb(170,63,178); }

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

border-color css

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

 span { border-color: rgb(170,63,178); }

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