Html Css Color HEX #AA4AFE Medium Orchid

📋 copy color: '#AA4AFE'

red 170 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #AA4AFE

Tints of Medium Orchid #AA4AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 34.14%
G = 14.86%
B = 51%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA4AFE (or 0xAA4AFE) is known color: Medium Orchid. HEX triplet: AA, 4A and FE. RGB value is (170,74,254). Sum of RGB (Red+Green+Blue) = 170+74+254=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AFE is #55B501. Grayscale: #7A7A7A. Windows color (decimal): -5616898 or 16665258. OLE color: 16665258.

HSL color Cylindrical-coordinate representation of color #AA4AFE: hue angle of 272º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4AFE is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 74 254 -
CMYK 0.33 0.71 0 0.00
HSL 272º 0.99% 0.64% -
HSV(B) 272º 0.71% 1% -
XYZ 36.92 20.6 95.8 -
YUV 123.22 201.8 161.36 -
System Red Green Blue C M Y K H S L
Decimal 170 74 254 0.33 0.71 0 0.00 272 0.99 0.64
Hex AA 4A FE 21 47 0 0 110 63 40
Octal 252 112 376 41 107 0 0 420 143 100
Binary 10101010 1001010 11111110 100001 1000111 0 0 100010000 1100011 1000000

Color Harmonies of #AA4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AFE

Black with #AA4AFE

Text Example


Text Example

White with #AA4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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