Html Css Color HEX #A94CED Medium Orchid

📋 copy color: '#A94CED'

red 169 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #A94CED

Tints of Medium Orchid #A94CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.77%

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

R = 35.06%
G = 15.77%
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

#A94CED (or 0xA94CED) is known color: Medium Orchid. HEX triplet: A9, 4C and ED. RGB value is (169,76,237). Sum of RGB (Red+Green+Blue) = 169+76+237=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A94CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CED is #56B312. Grayscale: #797979. Windows color (decimal): -5681939 or 15551657. OLE color: 15551657.

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

Color convert

RGB 169 76 237 -
CMYK 0.29 0.68 0 0.07
HSL 274.66º 0.82% 0.61% -
HSV(B) 274.66º 0.68% 0.93% -
XYZ 34.23 19.72 82.12 -
YUV 122.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 169 76 237 0.29 0.68 0 0.07 274.66 0.82 0.61
Hex A9 4C ED 1D 44 0 7 113 52 3D
Octal 251 114 355 35 104 0 7 423 122 75
Binary 10101001 1001100 11101101 11101 1000100 0 111 100010011 1010010 111101

Color Harmonies of #A94CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CED

Black with #A94CED

Text Example


Text Example

White with #A94CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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