Html Css Color HEX #AA7BEB Medium Purple

📋 copy color: '#AA7BEB'

red 170 ◦ green 123 ◦ blue 235

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

Shades of Medium Purple #AA7BEB

Tints of Medium Purple #AA7BEB

RGB

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

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

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

R = 32.2%
G = 23.3%
B = 44.51%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA7BEB (or 0xAA7BEB) is known color: Medium Purple. HEX triplet: AA, 7B and EB. RGB value is (170,123,235). Sum of RGB (Red+Green+Blue) = 170+123+235=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA7BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BEB is #558414. Grayscale: #959595. Windows color (decimal): -5604373 or 15432618. OLE color: 15432618.

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

Color convert

RGB 170 123 235 -
CMYK 0.28 0.48 0 0.08
HSL 265.18º 0.74% 0.7% -
HSV(B) 265.18º 0.48% 0.92% -
XYZ 38.66 28.71 82.1 -
YUV 149.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 170 123 235 0.28 0.48 0 0.08 265.18 0.74 0.7
Hex AA 7B EB 1C 30 0 8 109 4A 46
Octal 252 173 353 34 60 0 10 411 112 106
Binary 10101010 1111011 11101011 11100 110000 0 1000 100001001 1001010 1000110

Color Harmonies of #AA7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BEB

Black with #AA7BEB

Text Example


Text Example

White with #AA7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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