Html Css Color HEX #A954EA Medium Orchid

📋 copy color: '#A954EA'

red 169 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #A954EA

Tints of Medium Orchid #A954EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 34.7%
G = 17.25%
B = 48.05%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A954EA (or 0xA954EA) is known color: Medium Orchid. HEX triplet: A9, 54 and EA. RGB value is (169,84,234). Sum of RGB (Red+Green+Blue) = 169+84+234=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #A954EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954EA is #56AB15. Grayscale: #7D7D7D. Windows color (decimal): -5679894 or 15357097. OLE color: 15357097.

HSL color Cylindrical-coordinate representation of color #A954EA: hue angle of 274º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A954EA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 84 234 -
CMYK 0.28 0.64 0 0.08
HSL 274º 0.78% 0.62% -
HSV(B) 274º 0.64% 0.92% -
XYZ 34.38 20.72 80.03 -
YUV 126.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 169 84 234 0.28 0.64 0 0.08 274 0.78 0.62
Hex A9 54 EA 1C 40 0 8 112 4E 3E
Octal 251 124 352 34 100 0 10 422 116 76
Binary 10101001 1010100 11101010 11100 1000000 0 1000 100010010 1001110 111110

Color Harmonies of #A954EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954EA

Black with #A954EA

Text Example


Text Example

White with #A954EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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