Html Css Color HEX #A97BE1 Medium Purple

📋 copy color: '#A97BE1'

red 169 ◦ green 123 ◦ blue 225

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

Shades of Medium Purple #A97BE1

Tints of Medium Purple #A97BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.52%

R = 32.69%
G = 23.79%
B = 43.52%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A97BE1 (or 0xA97BE1) is known color: Medium Purple. HEX triplet: A9, 7B and E1. RGB value is (169,123,225). Sum of RGB (Red+Green+Blue) = 169+123+225=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #A97BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BE1 is #56841E. Grayscale: #949494. Windows color (decimal): -5669919 or 14777257. OLE color: 14777257.

HSL color Cylindrical-coordinate representation of color #A97BE1: hue angle of 267.06º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A97BE1 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 123 225 -
CMYK 0.25 0.45 0 0.12
HSL 267.06º 0.63% 0.68% -
HSV(B) 267.06º 0.45% 0.88% -
XYZ 37.04 28.04 74.69 -
YUV 148.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 169 123 225 0.25 0.45 0 0.12 267.06 0.63 0.68
Hex A9 7B E1 19 2D 0 C 10B 3F 44
Octal 251 173 341 31 55 0 14 413 77 104
Binary 10101001 1111011 11100001 11001 101101 0 1100 100001011 111111 1000100

Color Harmonies of #A97BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BE1

Black with #A97BE1

Text Example


Text Example

White with #A97BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BE1; }

 p { color: rgb(169,123,225); }

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

background-color css

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

 a { background-color: rgb(169,123,225); }

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

border-color css

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

 span { border-color: rgb(169,123,225); }

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