Html Css Color HEX #AA4AFA Medium Orchid

📋 copy color: '#AA4AFA'

red 170 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #AA4AFA

Tints of Medium Orchid #AA4AFA

RGB

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

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

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

R = 34.41%
G = 14.98%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4AFA (or 0xAA4AFA) is known color: Medium Orchid. HEX triplet: AA, 4A and FA. RGB value is (170,74,250). Sum of RGB (Red+Green+Blue) = 170+74+250=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA4AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AFA is #55B505. Grayscale: #7A7A7A. Windows color (decimal): -5616902 or 16403114. OLE color: 16403114.

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

Color convert

RGB 170 74 250 -
CMYK 0.32 0.70 0 0.02
HSL 272.73º 0.95% 0.64% -
HSV(B) 272.73º 0.7% 0.98% -
XYZ 36.28 20.35 92.46 -
YUV 122.77 199.8 161.69 -
System Red Green Blue C M Y K H S L
Decimal 170 74 250 0.32 0.70 0 0.02 272.73 0.95 0.64
Hex AA 4A FA 20 46 0 2 111 5F 40
Octal 252 112 372 40 106 0 2 421 137 100
Binary 10101010 1001010 11111010 100000 1000110 0 10 100010001 1011111 1000000

Color Harmonies of #AA4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AFA

Black with #AA4AFA

Text Example


Text Example

White with #AA4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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