Html Css Color HEX #AA4EFD Medium Orchid

📋 copy color: '#AA4EFD'

red 170 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #AA4EFD

Tints of Medium Orchid #AA4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.57%

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

R = 33.93%
G = 15.57%
B = 50.5%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA4EFD (or 0xAA4EFD) is known color: Medium Orchid. HEX triplet: AA, 4E and FD. RGB value is (170,78,253). Sum of RGB (Red+Green+Blue) = 170+78+253=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA4EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EFD is #55B102. Grayscale: #7C7C7C. Windows color (decimal): -5615875 or 16600746. OLE color: 16600746.

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

Color convert

RGB 170 78 253 -
CMYK 0.33 0.69 0 0.01
HSL 271.54º 0.98% 0.65% -
HSV(B) 271.54º 0.69% 0.99% -
XYZ 37.03 21.09 95.05 -
YUV 125.46 199.98 159.77 -
System Red Green Blue C M Y K H S L
Decimal 170 78 253 0.33 0.69 0 0.01 271.54 0.98 0.65
Hex AA 4E FD 21 45 0 1 110 62 41
Octal 252 116 375 41 105 0 1 420 142 101
Binary 10101010 1001110 11111101 100001 1000101 0 1 100010000 1100010 1000001

Color Harmonies of #AA4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EFD

Black with #AA4EFD

Text Example


Text Example

White with #AA4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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