Html Css Color HEX #AA38AD Fuchsia

📋 copy color: '#AA38AD'

red 170 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #AA38AD

Tints of Fuchsia #AA38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 42.61%
G = 14.04%
B = 43.36%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA38AD (or 0xAA38AD) is known color: Fuchsia. HEX triplet: AA, 38 and AD. RGB value is (170,56,173). Sum of RGB (Red+Green+Blue) = 170+56+173=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38AD is #55C752. Grayscale: #676767. Windows color (decimal): -5621587 or 11352234. OLE color: 11352234.

HSL color Cylindrical-coordinate representation of color #AA38AD: hue angle of 298.46º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA38AD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 56 173 -
CMYK 0.02 0.68 0 0.32
HSL 298.46º 0.51% 0.45% -
HSV(B) 298.46º 0.68% 0.68% -
XYZ 25.53 14.39 40.97 -
YUV 103.42 167.27 175.49 -
System Red Green Blue C M Y K H S L
Decimal 170 56 173 0.02 0.68 0 0.32 298.46 0.51 0.45
Hex AA 38 AD 2 44 0 20 12A 33 2D
Octal 252 70 255 2 104 0 40 452 63 55
Binary 10101010 111000 10101101 10 1000100 0 100000 100101010 110011 101101

Color Harmonies of #AA38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38AD

Black with #AA38AD

Text Example


Text Example

White with #AA38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38AD; }

 p { color: rgb(170,56,173); }

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

background-color css

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

 a { background-color: rgb(170,56,173); }

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

border-color css

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

 span { border-color: rgb(170,56,173); }

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