Html Css Color HEX #A94DEE Medium Orchid

📋 copy color: '#A94DEE'

red 169 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #A94DEE

Tints of Medium Orchid #A94DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

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

R = 34.92%
G = 15.91%
B = 49.17%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A94DEE (or 0xA94DEE) is known color: Medium Orchid. HEX triplet: A9, 4D and EE. RGB value is (169,77,238). Sum of RGB (Red+Green+Blue) = 169+77+238=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #A94DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DEE is #56B211. Grayscale: #7A7A7A. Windows color (decimal): -5681682 or 15617449. OLE color: 15617449.

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

Color convert

RGB 169 77 238 -
CMYK 0.29 0.68 0 0.07
HSL 274.29º 0.83% 0.62% -
HSV(B) 274.29º 0.68% 0.93% -
XYZ 34.45 19.92 82.92 -
YUV 122.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 169 77 238 0.29 0.68 0 0.07 274.29 0.83 0.62
Hex A9 4D EE 1D 44 0 7 112 53 3E
Octal 251 115 356 35 104 0 7 422 123 76
Binary 10101001 1001101 11101110 11101 1000100 0 111 100010010 1010011 111110

Color Harmonies of #A94DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DEE

Black with #A94DEE

Text Example


Text Example

White with #A94DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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