Html Css Color HEX #A954EC Medium Orchid

📋 copy color: '#A954EC'

red 169 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #A954EC

Tints of Medium Orchid #A954EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 34.56%
G = 17.18%
B = 48.26%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A954EC (or 0xA954EC) is known color: Medium Orchid. HEX triplet: A9, 54 and EC. RGB value is (169,84,236). Sum of RGB (Red+Green+Blue) = 169+84+236=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #A954EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954EC is #56AB13. Grayscale: #7E7E7E. Windows color (decimal): -5679892 or 15488169. OLE color: 15488169.

HSL color Cylindrical-coordinate representation of color #A954EC: hue angle of 273.55º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A954EC is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 84 236 -
CMYK 0.28 0.64 0 0.07
HSL 273.55º 0.8% 0.63% -
HSV(B) 273.55º 0.64% 0.93% -
XYZ 34.67 20.83 81.55 -
YUV 126.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 169 84 236 0.28 0.64 0 0.07 273.55 0.8 0.63
Hex A9 54 EC 1C 40 0 7 112 50 3F
Octal 251 124 354 34 100 0 7 422 120 77
Binary 10101001 1010100 11101100 11100 1000000 0 111 100010010 1010000 111111

Color Harmonies of #A954EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954EC

Black with #A954EC

Text Example


Text Example

White with #A954EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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