Html Css Color HEX #AA40B4 Fuchsia

📋 copy color: '#AA40B4'

red 170 ◦ green 64 ◦ blue 180

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

Shades of Fuchsia #AA40B4

Tints of Fuchsia #AA40B4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 41.06%
G = 15.46%
B = 43.48%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA40B4 (or 0xAA40B4) is known color: Fuchsia. HEX triplet: AA, 40 and B4. RGB value is (170,64,180). Sum of RGB (Red+Green+Blue) = 170+64+180=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA40B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40B4 is #55BF4B. Grayscale: #6C6C6C. Windows color (decimal): -5619532 or 11813034. OLE color: 11813034.

HSL color Cylindrical-coordinate representation of color #AA40B4: hue angle of 294.83º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA40B4 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 64 180 -
CMYK 0.06 0.64 0 0.29
HSL 294.83º 0.48% 0.48% -
HSV(B) 294.83º 0.64% 0.71% -
XYZ 26.65 15.51 44.77 -
YUV 108.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 170 64 180 0.06 0.64 0 0.29 294.83 0.48 0.48
Hex AA 40 B4 6 40 0 1D 127 30 30
Octal 252 100 264 6 100 0 35 447 60 60
Binary 10101010 1000000 10110100 110 1000000 0 11101 100100111 110000 110000

Color Harmonies of #AA40B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40B4

Black with #AA40B4

Text Example


Text Example

White with #AA40B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40B4; }

 p { color: rgb(170,64,180); }

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

background-color css

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

 a { background-color: rgb(170,64,180); }

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

border-color css

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

 span { border-color: rgb(170,64,180); }

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