Html Css Color HEX #AA4BDB Medium Orchid

📋 copy color: '#AA4BDB'

red 170 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #AA4BDB

Tints of Medium Orchid #AA4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.16%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 36.64%
G = 16.16%
B = 47.2%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA4BDB (or 0xAA4BDB) is known color: Medium Orchid. HEX triplet: AA, 4B and DB. RGB value is (170,75,219). Sum of RGB (Red+Green+Blue) = 170+75+219=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BDB is #55B424. Grayscale: #777777. Windows color (decimal): -5616677 or 14371754. OLE color: 14371754.

HSL color Cylindrical-coordinate representation of color #AA4BDB: hue angle of 279.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4BDB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 75 219 -
CMYK 0.22 0.66 0 0.14
HSL 279.58º 0.67% 0.58% -
HSV(B) 279.58º 0.66% 0.86% -
XYZ 31.88 18.69 68.95 -
YUV 119.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 170 75 219 0.22 0.66 0 0.14 279.58 0.67 0.58
Hex AA 4B DB 16 42 0 E 118 43 3A
Octal 252 113 333 26 102 0 16 430 103 72
Binary 10101010 1001011 11011011 10110 1000010 0 1110 100011000 1000011 111010

Color Harmonies of #AA4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BDB

Black with #AA4BDB

Text Example


Text Example

White with #AA4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BDB; }

 p { color: rgb(170,75,219); }

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

background-color css

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

 a { background-color: rgb(170,75,219); }

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

border-color css

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

 span { border-color: rgb(170,75,219); }

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