Html Css Color HEX #A954DB Medium Orchid

📋 copy color: '#A954DB'

red 169 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #A954DB

Tints of Medium Orchid #A954DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 35.81%
G = 17.8%
B = 46.4%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A954DB (or 0xA954DB) is known color: Medium Orchid. HEX triplet: A9, 54 and DB. RGB value is (169,84,219). Sum of RGB (Red+Green+Blue) = 169+84+219=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A954DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954DB is #56AB24. Grayscale: #7C7C7C. Windows color (decimal): -5679909 or 14374057. OLE color: 14374057.

HSL color Cylindrical-coordinate representation of color #A954DB: hue angle of 277.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A954DB is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 84 219 -
CMYK 0.23 0.62 0 0.14
HSL 277.78º 0.65% 0.59% -
HSV(B) 277.78º 0.62% 0.86% -
XYZ 32.32 19.89 69.15 -
YUV 124.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 169 84 219 0.23 0.62 0 0.14 277.78 0.65 0.59
Hex A9 54 DB 17 3E 0 E 116 41 3B
Octal 251 124 333 27 76 0 16 426 101 73
Binary 10101001 1010100 11011011 10111 111110 0 1110 100010110 1000001 111011

Color Harmonies of #A954DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954DB

Black with #A954DB

Text Example


Text Example

White with #A954DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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