Html Css Color HEX #AA43E1 Medium Orchid

📋 copy color: '#AA43E1'

red 170 ◦ green 67 ◦ blue 225

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

Shades of Medium Orchid #AA43E1

Tints of Medium Orchid #AA43E1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

 BLUE value IS 225 (88.28% from 255) = 48.7%

R = 36.8%
G = 14.5%
B = 48.7%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA43E1 (or 0xAA43E1) is known color: Medium Orchid. HEX triplet: AA, 43 and E1. RGB value is (170,67,225). Sum of RGB (Red+Green+Blue) = 170+67+225=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA43E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43E1 is #55BC1E. Grayscale: #737373. Windows color (decimal): -5618719 or 14762922. OLE color: 14762922.

HSL color Cylindrical-coordinate representation of color #AA43E1: hue angle of 279.11º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA43E1 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 67 225 -
CMYK 0.24 0.70 0 0.12
HSL 279.11º 0.72% 0.57% -
HSV(B) 279.11º 0.7% 0.88% -
XYZ 32.18 18 73.01 -
YUV 115.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 170 67 225 0.24 0.70 0 0.12 279.11 0.72 0.57
Hex AA 43 E1 18 46 0 C 117 48 39
Octal 252 103 341 30 106 0 14 427 110 71
Binary 10101010 1000011 11100001 11000 1000110 0 1100 100010111 1001000 111001

Color Harmonies of #AA43E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA43E1

Black with #AA43E1

Text Example


Text Example

White with #AA43E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA43E1; }

 p { color: rgb(170,67,225); }

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

background-color css

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

 a { background-color: rgb(170,67,225); }

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

border-color css

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

 span { border-color: rgb(170,67,225); }

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