Html Css Color HEX #A954C9 Medium Orchid

📋 copy color: '#A954C9'

red 169 ◦ green 84 ◦ blue 201

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

Shades of Medium Orchid #A954C9

Tints of Medium Orchid #A954C9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 37.22%
G = 18.5%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A954C9 (or 0xA954C9) is known color: Medium Orchid. HEX triplet: A9, 54 and C9. RGB value is (169,84,201). Sum of RGB (Red+Green+Blue) = 169+84+201=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #A954C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954C9 is #56AB36. Grayscale: #7A7A7A. Windows color (decimal): -5679927 or 13194409. OLE color: 13194409.

HSL color Cylindrical-coordinate representation of color #A954C9: hue angle of 283.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A954C9 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 84 201 -
CMYK 0.16 0.58 0 0.21
HSL 283.59º 0.52% 0.56% -
HSV(B) 283.59º 0.58% 0.79% -
XYZ 30.08 18.99 57.34 -
YUV 122.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 169 84 201 0.16 0.58 0 0.21 283.59 0.52 0.56
Hex A9 54 C9 10 3A 0 15 11C 34 38
Octal 251 124 311 20 72 0 25 434 64 70
Binary 10101001 1010100 11001001 10000 111010 0 10101 100011100 110100 111000

Color Harmonies of #A954C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954C9

Black with #A954C9

Text Example


Text Example

White with #A954C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954C9; }

 p { color: rgb(169,84,201); }

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

background-color css

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

 a { background-color: rgb(169,84,201); }

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

border-color css

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

 span { border-color: rgb(169,84,201); }

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