Html Css Color HEX #AA42ED Medium Orchid

📋 copy color: '#AA42ED'

red 170 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #AA42ED

Tints of Medium Orchid #AA42ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 35.94%
G = 13.95%
B = 50.11%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA42ED (or 0xAA42ED) is known color: Medium Orchid. HEX triplet: AA, 42 and ED. RGB value is (170,66,237). Sum of RGB (Red+Green+Blue) = 170+66+237=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42ED is #55BD12. Grayscale: #747474. Windows color (decimal): -5618963 or 15549098. OLE color: 15549098.

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

Color convert

RGB 170 66 237 -
CMYK 0.28 0.72 0 0.07
HSL 276.49º 0.83% 0.59% -
HSV(B) 276.49º 0.72% 0.93% -
XYZ 33.81 18.56 81.92 -
YUV 116.59 195.96 166.1 -
System Red Green Blue C M Y K H S L
Decimal 170 66 237 0.28 0.72 0 0.07 276.49 0.83 0.59
Hex AA 42 ED 1C 48 0 7 114 53 3B
Octal 252 102 355 34 110 0 7 424 123 73
Binary 10101010 1000010 11101101 11100 1001000 0 111 100010100 1010011 111011

Color Harmonies of #AA42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42ED

Black with #AA42ED

Text Example


Text Example

White with #AA42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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