Html Css Color HEX #AA7BFE Medium Purple

📋 copy color: '#AA7BFE'

red 170 ◦ green 123 ◦ blue 254

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

Shades of Medium Purple #AA7BFE

Tints of Medium Purple #AA7BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 31.08%
G = 22.49%
B = 46.44%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA7BFE (or 0xAA7BFE) is known color: Medium Purple. HEX triplet: AA, 7B and FE. RGB value is (170,123,254). Sum of RGB (Red+Green+Blue) = 170+123+254=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BFE is #558401. Grayscale: #979797. Windows color (decimal): -5604354 or 16677802. OLE color: 16677802.

HSL color Cylindrical-coordinate representation of color #AA7BFE: hue angle of 261.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7BFE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 123 254 -
CMYK 0.33 0.52 0 0.00
HSL 261.53º 0.98% 0.74% -
HSV(B) 261.53º 0.52% 1% -
XYZ 41.55 29.87 97.34 -
YUV 151.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 170 123 254 0.33 0.52 0 0.00 261.53 0.98 0.74
Hex AA 7B FE 21 34 0 0 106 62 4A
Octal 252 173 376 41 64 0 0 406 142 112
Binary 10101010 1111011 11111110 100001 110100 0 0 100000110 1100010 1001010

Color Harmonies of #AA7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BFE

Black with #AA7BFE

Text Example


Text Example

White with #AA7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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