Html Css Color HEX #A94AEC Medium Orchid

📋 copy color: '#A94AEC'

red 169 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #A94AEC

Tints of Medium Orchid #A94AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.45%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 35.28%
G = 15.45%
B = 49.27%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A94AEC (or 0xA94AEC) is known color: Medium Orchid. HEX triplet: A9, 4A and EC. RGB value is (169,74,236). Sum of RGB (Red+Green+Blue) = 169+74+236=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A94AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94AEC is #56B513. Grayscale: #787878. Windows color (decimal): -5682452 or 15485609. OLE color: 15485609.

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

Color convert

RGB 169 74 236 -
CMYK 0.28 0.69 0 0.07
HSL 275.19º 0.81% 0.61% -
HSV(B) 275.19º 0.69% 0.93% -
XYZ 33.95 19.39 81.31 -
YUV 120.87 192.97 162.33 -
System Red Green Blue C M Y K H S L
Decimal 169 74 236 0.28 0.69 0 0.07 275.19 0.81 0.61
Hex A9 4A EC 1C 45 0 7 113 51 3D
Octal 251 112 354 34 105 0 7 423 121 75
Binary 10101001 1001010 11101100 11100 1000101 0 111 100010011 1010001 111101

Color Harmonies of #A94AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94AEC

Black with #A94AEC

Text Example


Text Example

White with #A94AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94AEC; }

 p { color: rgb(169,74,236); }

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

background-color css

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

 a { background-color: rgb(169,74,236); }

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

border-color css

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

 span { border-color: rgb(169,74,236); }

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