Html Css Color HEX #A974DD Medium Purple

📋 copy color: '#A974DD'

red 169 ◦ green 116 ◦ blue 221

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

Shades of Medium Purple #A974DD

Tints of Medium Purple #A974DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.92%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 33.4%
G = 22.92%
B = 43.68%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A974DD (or 0xA974DD) is known color: Medium Purple. HEX triplet: A9, 74 and DD. RGB value is (169,116,221). Sum of RGB (Red+Green+Blue) = 169+116+221=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #A974DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974DD is #568B22. Grayscale: #8F8F8F. Windows color (decimal): -5671715 or 14513321. OLE color: 14513321.

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

Color convert

RGB 169 116 221 -
CMYK 0.24 0.48 0 0.13
HSL 270.29º 0.61% 0.66% -
HSV(B) 270.29º 0.48% 0.87% -
XYZ 35.66 26.15 71.57 -
YUV 143.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 169 116 221 0.24 0.48 0 0.13 270.29 0.61 0.66
Hex A9 74 DD 18 30 0 D 10E 3D 42
Octal 251 164 335 30 60 0 15 416 75 102
Binary 10101001 1110100 11011101 11000 110000 0 1101 100001110 111101 1000010

Color Harmonies of #A974DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A974DD

Black with #A974DD

Text Example


Text Example

White with #A974DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A974DD; }

 p { color: rgb(169,116,221); }

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

background-color css

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

 a { background-color: rgb(169,116,221); }

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

border-color css

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

 span { border-color: rgb(169,116,221); }

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