Html Css Color HEX #A97DF2 Medium Purple

📋 copy color: '#A97DF2'

red 169 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #A97DF2

Tints of Medium Purple #A97DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 31.53%
G = 23.32%
B = 45.15%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A97DF2 (or 0xA97DF2) is known color: Medium Purple. HEX triplet: A9, 7D and F2. RGB value is (169,125,242). Sum of RGB (Red+Green+Blue) = 169+125+242=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #A97DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97DF2 is #56820D. Grayscale: #979797. Windows color (decimal): -5669390 or 15891881. OLE color: 15891881.

HSL color Cylindrical-coordinate representation of color #A97DF2: hue angle of 262.56º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A97DF2 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 125 242 -
CMYK 0.30 0.48 0 0.05
HSL 262.56º 0.82% 0.72% -
HSV(B) 262.56º 0.48% 0.95% -
XYZ 39.72 29.51 87.61 -
YUV 151.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 169 125 242 0.30 0.48 0 0.05 262.56 0.82 0.72
Hex A9 7D F2 1E 30 0 5 107 52 48
Octal 251 175 362 36 60 0 5 407 122 110
Binary 10101001 1111101 11110010 11110 110000 0 101 100000111 1010010 1001000

Color Harmonies of #A97DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97DF2

Black with #A97DF2

Text Example


Text Example

White with #A97DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97DF2; }

 p { color: rgb(169,125,242); }

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

background-color css

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

 a { background-color: rgb(169,125,242); }

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

border-color css

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

 span { border-color: rgb(169,125,242); }

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