Html Css Color HEX #A97CF2 Medium Purple

📋 copy color: '#A97CF2'

red 169 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #A97CF2

Tints of Medium Purple #A97CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.18%

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

R = 31.59%
G = 23.18%
B = 45.23%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A97CF2 (or 0xA97CF2) is known color: Medium Purple. HEX triplet: A9, 7C and F2. RGB value is (169,124,242). Sum of RGB (Red+Green+Blue) = 169+124+242=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #A97CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97CF2 is #56830D. Grayscale: #969696. Windows color (decimal): -5669646 or 15891625. OLE color: 15891625.

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

Color convert

RGB 169 124 242 -
CMYK 0.30 0.49 0 0.05
HSL 262.88º 0.82% 0.72% -
HSV(B) 262.88º 0.49% 0.95% -
XYZ 39.6 29.26 87.57 -
YUV 150.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 169 124 242 0.30 0.49 0 0.05 262.88 0.82 0.72
Hex A9 7C F2 1E 31 0 5 107 52 48
Octal 251 174 362 36 61 0 5 407 122 110
Binary 10101001 1111100 11110010 11110 110001 0 101 100000111 1010010 1001000

Color Harmonies of #A97CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97CF2

Black with #A97CF2

Text Example


Text Example

White with #A97CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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