Html Css Color HEX #AA4DFA Medium Orchid

📋 copy color: '#AA4DFA'

red 170 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #AA4DFA

Tints of Medium Orchid #AA4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.49%

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 34.21%
G = 15.49%
B = 50.3%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4DFA (or 0xAA4DFA) is known color: Medium Orchid. HEX triplet: AA, 4D and FA. RGB value is (170,77,250). Sum of RGB (Red+Green+Blue) = 170+77+250=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA4DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DFA is #55B205. Grayscale: #7B7B7B. Windows color (decimal): -5616134 or 16403882. OLE color: 16403882.

HSL color Cylindrical-coordinate representation of color #AA4DFA: hue angle of 272.25º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4DFA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 77 250 -
CMYK 0.32 0.69 0 0.02
HSL 272.25º 0.95% 0.64% -
HSV(B) 272.25º 0.69% 0.98% -
XYZ 36.49 20.76 92.53 -
YUV 124.53 198.81 160.43 -
System Red Green Blue C M Y K H S L
Decimal 170 77 250 0.32 0.69 0 0.02 272.25 0.95 0.64
Hex AA 4D FA 20 45 0 2 110 5F 40
Octal 252 115 372 40 105 0 2 420 137 100
Binary 10101010 1001101 11111010 100000 1000101 0 10 100010000 1011111 1000000

Color Harmonies of #AA4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DFA

Black with #AA4DFA

Text Example


Text Example

White with #AA4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DFA; }

 p { color: rgb(170,77,250); }

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

background-color css

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

 a { background-color: rgb(170,77,250); }

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

border-color css

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

 span { border-color: rgb(170,77,250); }

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