Html Css Color HEX #AA7BE7 Medium Purple

📋 copy color: '#AA7BE7'

red 170 ◦ green 123 ◦ blue 231

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

Shades of Medium Purple #AA7BE7

Tints of Medium Purple #AA7BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.08%

R = 32.44%
G = 23.47%
B = 44.08%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA7BE7 (or 0xAA7BE7) is known color: Medium Purple. HEX triplet: AA, 7B and E7. RGB value is (170,123,231). Sum of RGB (Red+Green+Blue) = 170+123+231=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA7BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BE7 is #558418. Grayscale: #949494. Windows color (decimal): -5604377 or 15170474. OLE color: 15170474.

HSL color Cylindrical-coordinate representation of color #AA7BE7: hue angle of 266.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7BE7 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 123 231 -
CMYK 0.26 0.47 0 0.09
HSL 266.11º 0.69% 0.69% -
HSV(B) 266.11º 0.47% 0.91% -
XYZ 38.08 28.48 79.09 -
YUV 149.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 170 123 231 0.26 0.47 0 0.09 266.11 0.69 0.69
Hex AA 7B E7 1A 2F 0 9 10A 45 45
Octal 252 173 347 32 57 0 11 412 105 105
Binary 10101010 1111011 11100111 11010 101111 0 1001 100001010 1000101 1000101

Color Harmonies of #AA7BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BE7

Black with #AA7BE7

Text Example


Text Example

White with #AA7BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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