Html Css Color HEX #AA44C6 Medium Orchid

📋 copy color: '#AA44C6'

red 170 ◦ green 68 ◦ blue 198

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

Shades of Medium Orchid #AA44C6

Tints of Medium Orchid #AA44C6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.6%

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 38.99%
G = 15.6%
B = 45.41%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA44C6 (or 0xAA44C6) is known color: Medium Orchid. HEX triplet: AA, 44 and C6. RGB value is (170,68,198). Sum of RGB (Red+Green+Blue) = 170+68+198=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA44C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44C6 is #55BB39. Grayscale: #707070. Windows color (decimal): -5618490 or 12993706. OLE color: 12993706.

HSL color Cylindrical-coordinate representation of color #AA44C6: hue angle of 287.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA44C6 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 68 198 -
CMYK 0.14 0.66 0 0.22
HSL 287.08º 0.53% 0.52% -
HSV(B) 287.08º 0.66% 0.78% -
XYZ 28.84 16.76 55.14 -
YUV 113.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 170 68 198 0.14 0.66 0 0.22 287.08 0.53 0.52
Hex AA 44 C6 E 42 0 16 11F 35 34
Octal 252 104 306 16 102 0 26 437 65 64
Binary 10101010 1000100 11000110 1110 1000010 0 10110 100011111 110101 110100

Color Harmonies of #AA44C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44C6

Black with #AA44C6

Text Example


Text Example

White with #AA44C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44C6; }

 p { color: rgb(170,68,198); }

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

background-color css

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

 a { background-color: rgb(170,68,198); }

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

border-color css

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

 span { border-color: rgb(170,68,198); }

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