Html Css Color HEX #AA7BED Medium Purple

📋 copy color: '#AA7BED'

red 170 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #AA7BED

Tints of Medium Purple #AA7BED

RGB

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

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

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

R = 32.08%
G = 23.21%
B = 44.72%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7BED (or 0xAA7BED) is known color: Medium Purple. HEX triplet: AA, 7B and ED. RGB value is (170,123,237). Sum of RGB (Red+Green+Blue) = 170+123+237=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BED is #558412. Grayscale: #959595. Windows color (decimal): -5604371 or 15563690. OLE color: 15563690.

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

Color convert

RGB 170 123 237 -
CMYK 0.28 0.48 0 0.07
HSL 264.74º 0.76% 0.71% -
HSV(B) 264.74º 0.48% 0.93% -
XYZ 38.95 28.83 83.63 -
YUV 150.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 170 123 237 0.28 0.48 0 0.07 264.74 0.76 0.71
Hex AA 7B ED 1C 30 0 7 109 4C 47
Octal 252 173 355 34 60 0 7 411 114 107
Binary 10101010 1111011 11101101 11100 110000 0 111 100001001 1001100 1000111

Color Harmonies of #AA7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BED

Black with #AA7BED

Text Example


Text Example

White with #AA7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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