Html Css Color HEX #AA43DC Medium Orchid

📋 copy color: '#AA43DC'

red 170 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #AA43DC

Tints of Medium Orchid #AA43DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.66%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 37.2%
G = 14.66%
B = 48.14%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA43DC (or 0xAA43DC) is known color: Medium Orchid. HEX triplet: AA, 43 and DC. RGB value is (170,67,220). Sum of RGB (Red+Green+Blue) = 170+67+220=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA43DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43DC is #55BC23. Grayscale: #727272. Windows color (decimal): -5618724 or 14435242. OLE color: 14435242.

HSL color Cylindrical-coordinate representation of color #AA43DC: hue angle of 280.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA43DC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 67 220 -
CMYK 0.23 0.70 0 0.14
HSL 280.39º 0.69% 0.56% -
HSV(B) 280.39º 0.7% 0.86% -
XYZ 31.5 17.73 69.47 -
YUV 115.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 170 67 220 0.23 0.70 0 0.14 280.39 0.69 0.56
Hex AA 43 DC 17 46 0 E 118 45 38
Octal 252 103 334 27 106 0 16 430 105 70
Binary 10101010 1000011 11011100 10111 1000110 0 1110 100011000 1000101 111000

Color Harmonies of #AA43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA43DC

Black with #AA43DC

Text Example


Text Example

White with #AA43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA43DC; }

 p { color: rgb(170,67,220); }

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

background-color css

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

 a { background-color: rgb(170,67,220); }

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

border-color css

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

 span { border-color: rgb(170,67,220); }

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