Html Css Color HEX #AA4DFD Medium Orchid

📋 copy color: '#AA4DFD'

red 170 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #AA4DFD

Tints of Medium Orchid #AA4DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 34%
G = 15.4%
B = 50.6%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA4DFD (or 0xAA4DFD) is known color: Medium Orchid. HEX triplet: AA, 4D and FD. RGB value is (170,77,253). Sum of RGB (Red+Green+Blue) = 170+77+253=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA4DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DFD is #55B202. Grayscale: #7C7C7C. Windows color (decimal): -5616131 or 16600490. OLE color: 16600490.

HSL color Cylindrical-coordinate representation of color #AA4DFD: hue angle of 271.7º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4DFD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 77 253 -
CMYK 0.33 0.70 0 0.01
HSL 271.7º 0.98% 0.65% -
HSV(B) 271.7º 0.7% 0.99% -
XYZ 36.96 20.95 95.02 -
YUV 124.87 200.31 160.19 -
System Red Green Blue C M Y K H S L
Decimal 170 77 253 0.33 0.70 0 0.01 271.7 0.98 0.65
Hex AA 4D FD 21 46 0 1 110 62 41
Octal 252 115 375 41 106 0 1 420 142 101
Binary 10101010 1001101 11111101 100001 1000110 0 1 100010000 1100010 1000001

Color Harmonies of #AA4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DFD

Black with #AA4DFD

Text Example


Text Example

White with #AA4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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