Html Css Color HEX #A976DE Medium Purple

📋 copy color: '#A976DE'

red 169 ◦ green 118 ◦ blue 222

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

Shades of Medium Purple #A976DE

Tints of Medium Purple #A976DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 33.2%
G = 23.18%
B = 43.61%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A976DE (or 0xA976DE) is known color: Medium Purple. HEX triplet: A9, 76 and DE. RGB value is (169,118,222). Sum of RGB (Red+Green+Blue) = 169+118+222=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #A976DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976DE is #568921. Grayscale: #909090. Windows color (decimal): -5671202 or 14579369. OLE color: 14579369.

HSL color Cylindrical-coordinate representation of color #A976DE: hue angle of 269.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A976DE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 118 222 -
CMYK 0.24 0.47 0 0.13
HSL 269.42º 0.61% 0.67% -
HSV(B) 269.42º 0.47% 0.87% -
XYZ 36.03 26.67 72.36 -
YUV 145.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 169 118 222 0.24 0.47 0 0.13 269.42 0.61 0.67
Hex A9 76 DE 18 2F 0 D 10D 3D 43
Octal 251 166 336 30 57 0 15 415 75 103
Binary 10101001 1110110 11011110 11000 101111 0 1101 100001101 111101 1000011

Color Harmonies of #A976DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976DE

Black with #A976DE

Text Example


Text Example

White with #A976DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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