Html Css Color HEX #AA44F0 Medium Orchid

📋 copy color: '#AA44F0'

red 170 ◦ green 68 ◦ blue 240

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

Shades of Medium Orchid #AA44F0

Tints of Medium Orchid #AA44F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 35.56%
G = 14.23%
B = 50.21%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA44F0 (or 0xAA44F0) is known color: Medium Orchid. HEX triplet: AA, 44 and F0. RGB value is (170,68,240). Sum of RGB (Red+Green+Blue) = 170+68+240=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA44F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA44F0 is #55BB0F. Grayscale: #757575. Windows color (decimal): -5618448 or 15746218. OLE color: 15746218.

HSL color Cylindrical-coordinate representation of color #AA44F0: hue angle of 275.58º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA44F0 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 68 240 -
CMYK 0.29 0.72 0 0.06
HSL 275.58º 0.85% 0.6% -
HSV(B) 275.58º 0.72% 0.94% -
XYZ 34.37 18.97 84.29 -
YUV 118.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 170 68 240 0.29 0.72 0 0.06 275.58 0.85 0.6
Hex AA 44 F0 1D 48 0 6 114 55 3C
Octal 252 104 360 35 110 0 6 424 125 74
Binary 10101010 1000100 11110000 11101 1001000 0 110 100010100 1010101 111100

Color Harmonies of #AA44F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44F0

Black with #AA44F0

Text Example


Text Example

White with #AA44F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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