Html Css Color HEX #AA5DDF Medium Orchid

📋 copy color: '#AA5DDF'

red 170 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #AA5DDF

Tints of Medium Orchid #AA5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 34.98%
G = 19.14%
B = 45.88%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5DDF (or 0xAA5DDF) is known color: Medium Orchid. HEX triplet: AA, 5D and DF. RGB value is (170,93,223). Sum of RGB (Red+Green+Blue) = 170+93+223=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA5DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDF is #55A220. Grayscale: #828282. Windows color (decimal): -5612065 or 14638506. OLE color: 14638506.

HSL color Cylindrical-coordinate representation of color #AA5DDF: hue angle of 275.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5DDF is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 93 223 -
CMYK 0.24 0.58 0 0.13
HSL 275.54º 0.67% 0.62% -
HSV(B) 275.54º 0.58% 0.87% -
XYZ 33.81 21.7 72.22 -
YUV 130.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 170 93 223 0.24 0.58 0 0.13 275.54 0.67 0.62
Hex AA 5D DF 18 3A 0 D 114 43 3E
Octal 252 135 337 30 72 0 15 424 103 76
Binary 10101010 1011101 11011111 11000 111010 0 1101 100010100 1000011 111110

Color Harmonies of #AA5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DDF

Black with #AA5DDF

Text Example


Text Example

White with #AA5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DDF; }

 p { color: rgb(170,93,223); }

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

background-color css

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

 a { background-color: rgb(170,93,223); }

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

border-color css

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

 span { border-color: rgb(170,93,223); }

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