Html Css Color HEX #A976E0 Medium Purple

📋 copy color: '#A976E0'

red 169 ◦ green 118 ◦ blue 224

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

Shades of Medium Purple #A976E0

Tints of Medium Purple #A976E0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 33.07%
G = 23.09%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A976E0 (or 0xA976E0) is known color: Medium Purple. HEX triplet: A9, 76 and E0. RGB value is (169,118,224). Sum of RGB (Red+Green+Blue) = 169+118+224=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #A976E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976E0 is #56891F. Grayscale: #909090. Windows color (decimal): -5671200 or 14710441. OLE color: 14710441.

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

Color convert

RGB 169 118 224 -
CMYK 0.25 0.47 0 0.12
HSL 268.87º 0.63% 0.67% -
HSV(B) 268.87º 0.47% 0.88% -
XYZ 36.3 26.77 73.78 -
YUV 145.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 169 118 224 0.25 0.47 0 0.12 268.87 0.63 0.67
Hex A9 76 E0 19 2F 0 C 10D 3F 43
Octal 251 166 340 31 57 0 14 415 77 103
Binary 10101001 1110110 11100000 11001 101111 0 1100 100001101 111111 1000011

Color Harmonies of #A976E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976E0

Black with #A976E0

Text Example


Text Example

White with #A976E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976E0; }

 p { color: rgb(169,118,224); }

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

background-color css

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

 a { background-color: rgb(169,118,224); }

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

border-color css

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

 span { border-color: rgb(169,118,224); }

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