Html Css Color HEX #A954E9 Medium Orchid

📋 copy color: '#A954E9'

red 169 ◦ green 84 ◦ blue 233

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

Shades of Medium Orchid #A954E9

Tints of Medium Orchid #A954E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.94%

R = 34.77%
G = 17.28%
B = 47.94%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A954E9 (or 0xA954E9) is known color: Medium Orchid. HEX triplet: A9, 54 and E9. RGB value is (169,84,233). Sum of RGB (Red+Green+Blue) = 169+84+233=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #A954E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954E9 is #56AB16. Grayscale: #7D7D7D. Windows color (decimal): -5679895 or 15291561. OLE color: 15291561.

HSL color Cylindrical-coordinate representation of color #A954E9: hue angle of 274.23º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A954E9 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 84 233 -
CMYK 0.27 0.64 0 0.09
HSL 274.23º 0.77% 0.62% -
HSV(B) 274.23º 0.64% 0.91% -
XYZ 34.24 20.66 79.27 -
YUV 126.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 169 84 233 0.27 0.64 0 0.09 274.23 0.77 0.62
Hex A9 54 E9 1B 40 0 9 112 4D 3E
Octal 251 124 351 33 100 0 11 422 115 76
Binary 10101001 1010100 11101001 11011 1000000 0 1001 100010010 1001101 111110

Color Harmonies of #A954E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954E9

Black with #A954E9

Text Example


Text Example

White with #A954E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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