Html Css Color HEX #AA4DEB Medium Orchid

📋 copy color: '#AA4DEB'

red 170 ◦ green 77 ◦ blue 235

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

Shades of Medium Orchid #AA4DEB

Tints of Medium Orchid #AA4DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 35.27%
G = 15.98%
B = 48.76%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA4DEB (or 0xAA4DEB) is known color: Medium Orchid. HEX triplet: AA, 4D and EB. RGB value is (170,77,235). Sum of RGB (Red+Green+Blue) = 170+77+235=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA4DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DEB is #55B214. Grayscale: #7A7A7A. Windows color (decimal): -5616149 or 15420842. OLE color: 15420842.

HSL color Cylindrical-coordinate representation of color #AA4DEB: hue angle of 275.32º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4DEB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 77 235 -
CMYK 0.28 0.67 0 0.08
HSL 275.32º 0.8% 0.61% -
HSV(B) 275.32º 0.67% 0.92% -
XYZ 34.23 19.85 80.63 -
YUV 122.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 170 77 235 0.28 0.67 0 0.08 275.32 0.8 0.61
Hex AA 4D EB 1C 43 0 8 113 50 3D
Octal 252 115 353 34 103 0 10 423 120 75
Binary 10101010 1001101 11101011 11100 1000011 0 1000 100010011 1010000 111101

Color Harmonies of #AA4DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DEB

Black with #AA4DEB

Text Example


Text Example

White with #AA4DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DEB; }

 p { color: rgb(170,77,235); }

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

background-color css

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

 a { background-color: rgb(170,77,235); }

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

border-color css

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

 span { border-color: rgb(170,77,235); }

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