Html Css Color HEX #A94EFA Medium Orchid

📋 copy color: '#A94EFA'

red 169 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #A94EFA

Tints of Medium Orchid #A94EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.69%

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 34%
G = 15.69%
B = 50.3%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A94EFA (or 0xA94EFA) is known color: Medium Orchid. HEX triplet: A9, 4E and FA. RGB value is (169,78,250). Sum of RGB (Red+Green+Blue) = 169+78+250=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #A94EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94EFA is #56B105. Grayscale: #7C7C7C. Windows color (decimal): -5681414 or 16404137. OLE color: 16404137.

HSL color Cylindrical-coordinate representation of color #A94EFA: hue angle of 271.74º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94EFA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 78 250 -
CMYK 0.32 0.69 0 0.02
HSL 271.74º 0.95% 0.64% -
HSV(B) 271.74º 0.69% 0.98% -
XYZ 36.34 20.79 92.54 -
YUV 124.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 169 78 250 0.32 0.69 0 0.02 271.74 0.95 0.64
Hex A9 4E FA 20 45 0 2 110 5F 40
Octal 251 116 372 40 105 0 2 420 137 100
Binary 10101001 1001110 11111010 100000 1000101 0 10 100010000 1011111 1000000

Color Harmonies of #A94EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EFA

Black with #A94EFA

Text Example


Text Example

White with #A94EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EFA; }

 p { color: rgb(169,78,250); }

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

background-color css

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

 a { background-color: rgb(169,78,250); }

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

border-color css

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

 span { border-color: rgb(169,78,250); }

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