Html Css Color HEX #A94FED Medium Orchid

📋 copy color: '#A94FED'

red 169 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #A94FED

Tints of Medium Orchid #A94FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.29%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 34.85%
G = 16.29%
B = 48.87%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A94FED (or 0xA94FED) is known color: Medium Orchid. HEX triplet: A9, 4F and ED. RGB value is (169,79,237). Sum of RGB (Red+Green+Blue) = 169+79+237=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #A94FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FED is #56B012. Grayscale: #7B7B7B. Windows color (decimal): -5681171 or 15552425. OLE color: 15552425.

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

Color convert

RGB 169 79 237 -
CMYK 0.29 0.67 0 0.07
HSL 274.18º 0.81% 0.62% -
HSV(B) 274.18º 0.67% 0.93% -
XYZ 34.44 20.14 82.19 -
YUV 123.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 169 79 237 0.29 0.67 0 0.07 274.18 0.81 0.62
Hex A9 4F ED 1D 43 0 7 112 51 3E
Octal 251 117 355 35 103 0 7 422 121 76
Binary 10101001 1001111 11101101 11101 1000011 0 111 100010010 1010001 111110

Color Harmonies of #A94FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FED

Black with #A94FED

Text Example


Text Example

White with #A94FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FED; }

 p { color: rgb(169,79,237); }

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

background-color css

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

 a { background-color: rgb(169,79,237); }

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

border-color css

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

 span { border-color: rgb(169,79,237); }

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