Html Css Color HEX #A97FFD Medium Purple

📋 copy color: '#A97FFD'

red 169 ◦ green 127 ◦ blue 253

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

Shades of Medium Purple #A97FFD

Tints of Medium Purple #A97FFD

RGB

 RED value IS 169 (66.41% from 255) = 30.78%

 GREEN value IS 127 (50% from 255) = 23.13%

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

R = 30.78%
G = 23.13%
B = 46.08%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A97FFD (or 0xA97FFD) is known color: Medium Purple. HEX triplet: A9, 7F and FD. RGB value is (169,127,253). Sum of RGB (Red+Green+Blue) = 169+127+253=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #A97FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97FFD is #568002. Grayscale: #999999. Windows color (decimal): -5668867 or 16613289. OLE color: 16613289.

HSL color Cylindrical-coordinate representation of color #A97FFD: hue angle of 260º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A97FFD is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 127 253 -
CMYK 0.33 0.50 0 0.01
HSL 260º 0.97% 0.75% -
HSV(B) 260º 0.5% 0.99% -
XYZ 41.68 30.71 96.66 -
YUV 153.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 169 127 253 0.33 0.50 0 0.01 260 0.97 0.75
Hex A9 7F FD 21 32 0 1 104 61 4B
Octal 251 177 375 41 62 0 1 404 141 113
Binary 10101001 1111111 11111101 100001 110010 0 1 100000100 1100001 1001011

Color Harmonies of #A97FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97FFD

Black with #A97FFD

Text Example


Text Example

White with #A97FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97FFD; }

 p { color: rgb(169,127,253); }

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

background-color css

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

 a { background-color: rgb(169,127,253); }

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

border-color css

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

 span { border-color: rgb(169,127,253); }

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