Html Css Color HEX #AA7BFC Medium Purple

📋 copy color: '#AA7BFC'

red 170 ◦ green 123 ◦ blue 252

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

Shades of Medium Purple #AA7BFC

Tints of Medium Purple #AA7BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 31.19%
G = 22.57%
B = 46.24%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA7BFC (or 0xAA7BFC) is known color: Medium Purple. HEX triplet: AA, 7B and FC. RGB value is (170,123,252). Sum of RGB (Red+Green+Blue) = 170+123+252=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BFC is #558403. Grayscale: #979797. Windows color (decimal): -5604356 or 16546730. OLE color: 16546730.

HSL color Cylindrical-coordinate representation of color #AA7BFC: hue angle of 261.86º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7BFC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 123 252 -
CMYK 0.33 0.51 0 0.01
HSL 261.86º 0.96% 0.74% -
HSV(B) 261.86º 0.51% 0.99% -
XYZ 41.23 29.74 95.66 -
YUV 151.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 170 123 252 0.33 0.51 0 0.01 261.86 0.96 0.74
Hex AA 7B FC 21 33 0 1 106 60 4A
Octal 252 173 374 41 63 0 1 406 140 112
Binary 10101010 1111011 11111100 100001 110011 0 1 100000110 1100000 1001010

Color Harmonies of #AA7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BFC

Black with #AA7BFC

Text Example


Text Example

White with #AA7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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