Html Css Color HEX #AA4AF3 Medium Orchid

📋 copy color: '#AA4AF3'

red 170 ◦ green 74 ◦ blue 243

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

Shades of Medium Orchid #AA4AF3

Tints of Medium Orchid #AA4AF3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.2%

 BLUE value IS 243 (95.31% from 255) = 49.9%

R = 34.91%
G = 15.2%
B = 49.9%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA4AF3 (or 0xAA4AF3) is known color: Medium Orchid. HEX triplet: AA, 4A and F3. RGB value is (170,74,243). Sum of RGB (Red+Green+Blue) = 170+74+243=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA4AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AF3 is #55B50C. Grayscale: #797979. Windows color (decimal): -5616909 or 15944362. OLE color: 15944362.

HSL color Cylindrical-coordinate representation of color #AA4AF3: hue angle of 274.08º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4AF3 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 74 243 -
CMYK 0.30 0.70 0 0.05
HSL 274.08º 0.88% 0.62% -
HSV(B) 274.08º 0.7% 0.95% -
XYZ 35.2 19.91 86.78 -
YUV 121.97 196.3 162.26 -
System Red Green Blue C M Y K H S L
Decimal 170 74 243 0.30 0.70 0 0.05 274.08 0.88 0.62
Hex AA 4A F3 1E 46 0 5 112 58 3E
Octal 252 112 363 36 106 0 5 422 130 76
Binary 10101010 1001010 11110011 11110 1000110 0 101 100010010 1011000 111110

Color Harmonies of #AA4AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AF3

Black with #AA4AF3

Text Example


Text Example

White with #AA4AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AF3; }

 p { color: rgb(170,74,243); }

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

background-color css

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

 a { background-color: rgb(170,74,243); }

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

border-color css

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

 span { border-color: rgb(170,74,243); }

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