Html Css Color HEX #AA44CA Medium Orchid

📋 copy color: '#AA44CA'

red 170 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #AA44CA

Tints of Medium Orchid #AA44CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 38.64%
G = 15.45%
B = 45.91%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA44CA (or 0xAA44CA) is known color: Medium Orchid. HEX triplet: AA, 44 and CA. RGB value is (170,68,202). Sum of RGB (Red+Green+Blue) = 170+68+202=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44CA is #55BB35. Grayscale: #717171. Windows color (decimal): -5618486 or 13255850. OLE color: 13255850.

HSL color Cylindrical-coordinate representation of color #AA44CA: hue angle of 285.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA44CA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 68 202 -
CMYK 0.16 0.66 0 0.21
HSL 285.67º 0.56% 0.53% -
HSV(B) 285.67º 0.66% 0.79% -
XYZ 29.31 16.94 57.6 -
YUV 113.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 170 68 202 0.16 0.66 0 0.21 285.67 0.56 0.53
Hex AA 44 CA 10 42 0 15 11E 38 35
Octal 252 104 312 20 102 0 25 436 70 65
Binary 10101010 1000100 11001010 10000 1000010 0 10101 100011110 111000 110101

Color Harmonies of #AA44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44CA

Black with #AA44CA

Text Example


Text Example

White with #AA44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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