Html Css Color HEX #A954EE Medium Orchid

📋 copy color: '#A954EE'

red 169 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #A954EE

Tints of Medium Orchid #A954EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 34.42%
G = 17.11%
B = 48.47%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A954EE (or 0xA954EE) is known color: Medium Orchid. HEX triplet: A9, 54 and EE. RGB value is (169,84,238). Sum of RGB (Red+Green+Blue) = 169+84+238=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #A954EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954EE is #56AB11. Grayscale: #7E7E7E. Windows color (decimal): -5679890 or 15619241. OLE color: 15619241.

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

Color convert

RGB 169 84 238 -
CMYK 0.29 0.65 0 0.07
HSL 273.12º 0.82% 0.63% -
HSV(B) 273.12º 0.65% 0.93% -
XYZ 34.97 20.95 83.09 -
YUV 126.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 169 84 238 0.29 0.65 0 0.07 273.12 0.82 0.63
Hex A9 54 EE 1D 41 0 7 111 52 3F
Octal 251 124 356 35 101 0 7 421 122 77
Binary 10101001 1010100 11101110 11101 1000001 0 111 100010001 1010010 111111

Color Harmonies of #A954EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954EE

Black with #A954EE

Text Example


Text Example

White with #A954EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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