Html Css Color HEX #AA42EE Medium Orchid

📋 copy color: '#AA42EE'

red 170 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #AA42EE

Tints of Medium Orchid #AA42EE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.92%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 35.86%
G = 13.92%
B = 50.21%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA42EE (or 0xAA42EE) is known color: Medium Orchid. HEX triplet: AA, 42 and EE. RGB value is (170,66,238). Sum of RGB (Red+Green+Blue) = 170+66+238=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA42EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42EE is #55BD11. Grayscale: #747474. Windows color (decimal): -5618962 or 15614634. OLE color: 15614634.

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

Color convert

RGB 170 66 238 -
CMYK 0.29 0.72 0 0.07
HSL 276.28º 0.83% 0.6% -
HSV(B) 276.28º 0.72% 0.93% -
XYZ 33.96 18.62 82.69 -
YUV 116.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 170 66 238 0.29 0.72 0 0.07 276.28 0.83 0.6
Hex AA 42 EE 1D 48 0 7 114 53 3C
Octal 252 102 356 35 110 0 7 424 123 74
Binary 10101010 1000010 11101110 11101 1001000 0 111 100010100 1010011 111100

Color Harmonies of #AA42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42EE

Black with #AA42EE

Text Example


Text Example

White with #AA42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42EE; }

 p { color: rgb(170,66,238); }

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

background-color css

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

 a { background-color: rgb(170,66,238); }

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

border-color css

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

 span { border-color: rgb(170,66,238); }

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