Html Css Color HEX #AA7BDB Medium Purple

📋 copy color: '#AA7BDB'

red 170 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #AA7BDB

Tints of Medium Purple #AA7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

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

R = 33.2%
G = 24.02%
B = 42.77%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA7BDB (or 0xAA7BDB) is known color: Medium Purple. HEX triplet: AA, 7B and DB. RGB value is (170,123,219). Sum of RGB (Red+Green+Blue) = 170+123+219=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BDB is #558424. Grayscale: #939393. Windows color (decimal): -5604389 or 14384042. OLE color: 14384042.

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

Color convert

RGB 170 123 219 -
CMYK 0.22 0.44 0 0.14
HSL 269.38º 0.57% 0.67% -
HSV(B) 269.38º 0.44% 0.86% -
XYZ 36.45 27.83 70.47 -
YUV 148 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 170 123 219 0.22 0.44 0 0.14 269.38 0.57 0.67
Hex AA 7B DB 16 2C 0 E 10D 39 43
Octal 252 173 333 26 54 0 16 415 71 103
Binary 10101010 1111011 11011011 10110 101100 0 1110 100001101 111001 1000011

Color Harmonies of #AA7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BDB

Black with #AA7BDB

Text Example


Text Example

White with #AA7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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