Html Css Color HEX #AA45DF Medium Orchid

📋 copy color: '#AA45DF'

red 170 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #AA45DF

Tints of Medium Orchid #AA45DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

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

R = 36.8%
G = 14.94%
B = 48.27%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA45DF (or 0xAA45DF) is known color: Medium Orchid. HEX triplet: AA, 45 and DF. RGB value is (170,69,223). Sum of RGB (Red+Green+Blue) = 170+69+223=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA45DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45DF is #55BA20. Grayscale: #747474. Windows color (decimal): -5618209 or 14632362. OLE color: 14632362.

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

Color convert

RGB 170 69 223 -
CMYK 0.24 0.69 0 0.13
HSL 279.35º 0.71% 0.57% -
HSV(B) 279.35º 0.69% 0.87% -
XYZ 32.02 18.13 71.62 -
YUV 116.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 170 69 223 0.24 0.69 0 0.13 279.35 0.71 0.57
Hex AA 45 DF 18 45 0 D 117 47 39
Octal 252 105 337 30 105 0 15 427 107 71
Binary 10101010 1000101 11011111 11000 1000101 0 1101 100010111 1000111 111001

Color Harmonies of #AA45DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45DF

Black with #AA45DF

Text Example


Text Example

White with #AA45DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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