Html Css Color HEX #AA3FB3 Fuchsia

📋 copy color: '#AA3FB3'

red 170 ◦ green 63 ◦ blue 179

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

Shades of Fuchsia #AA3FB3

Tints of Fuchsia #AA3FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.45%

R = 41.26%
G = 15.29%
B = 43.45%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA3FB3 (or 0xAA3FB3) is known color: Fuchsia. HEX triplet: AA, 3F and B3. RGB value is (170,63,179). Sum of RGB (Red+Green+Blue) = 170+63+179=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA3FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FB3 is #55C04C. Grayscale: #6B6B6B. Windows color (decimal): -5619789 or 11747242. OLE color: 11747242.

HSL color Cylindrical-coordinate representation of color #AA3FB3: hue angle of 295.34º 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 #AA3FB3 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 63 179 -
CMYK 0.05 0.65 0 0.30
HSL 295.34º 0.48% 0.47% -
HSV(B) 295.34º 0.65% 0.7% -
XYZ 26.49 15.36 44.22 -
YUV 108.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 170 63 179 0.05 0.65 0 0.30 295.34 0.48 0.47
Hex AA 3F B3 5 41 0 1E 127 30 2F
Octal 252 77 263 5 101 0 36 447 60 57
Binary 10101010 111111 10110011 101 1000001 0 11110 100100111 110000 101111

Color Harmonies of #AA3FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FB3

Black with #AA3FB3

Text Example


Text Example

White with #AA3FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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