Html Css Color HEX #AA7BFD Medium Purple

📋 copy color: '#AA7BFD'

red 170 ◦ green 123 ◦ blue 253

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

Shades of Medium Purple #AA7BFD

Tints of Medium Purple #AA7BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 31.14%
G = 22.53%
B = 46.34%

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

#AA7BFD (or 0xAA7BFD) is known color: Medium Purple. HEX triplet: AA, 7B and FD. RGB value is (170,123,253). Sum of RGB (Red+Green+Blue) = 170+123+253=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BFD is #558402. Grayscale: #979797. Windows color (decimal): -5604355 or 16612266. OLE color: 16612266.

HSL color Cylindrical-coordinate representation of color #AA7BFD: hue angle of 261.69º degrees, saturation: 0.97, 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 #AA7BFD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 123 253 -
CMYK 0.33 0.51 0 0.01
HSL 261.69º 0.97% 0.74% -
HSV(B) 261.69º 0.51% 0.99% -
XYZ 41.39 29.8 96.5 -
YUV 151.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 170 123 253 0.33 0.51 0 0.01 261.69 0.97 0.74
Hex AA 7B FD 21 33 0 1 106 61 4A
Octal 252 173 375 41 63 0 1 406 141 112
Binary 10101010 1111011 11111101 100001 110011 0 1 100000110 1100001 1001010

Color Harmonies of #AA7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BFD

Black with #AA7BFD

Text Example


Text Example

White with #AA7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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