Html Css Color HEX #A94CE0 Medium Orchid

📋 copy color: '#A94CE0'

red 169 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #A94CE0

Tints of Medium Orchid #A94CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 36.03%
G = 16.2%
B = 47.76%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A94CE0 (or 0xA94CE0) is known color: Medium Orchid. HEX triplet: A9, 4C and E0. RGB value is (169,76,224). Sum of RGB (Red+Green+Blue) = 169+76+224=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #A94CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CE0 is #56B31F. Grayscale: #787878. Windows color (decimal): -5681952 or 14699689. OLE color: 14699689.

HSL color Cylindrical-coordinate representation of color #A94CE0: hue angle of 277.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A94CE0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 76 224 -
CMYK 0.25 0.66 0 0.12
HSL 277.7º 0.7% 0.59% -
HSV(B) 277.7º 0.66% 0.88% -
XYZ 32.4 18.99 72.48 -
YUV 120.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 169 76 224 0.25 0.66 0 0.12 277.7 0.7 0.59
Hex A9 4C E0 19 42 0 C 116 46 3B
Octal 251 114 340 31 102 0 14 426 106 73
Binary 10101001 1001100 11100000 11001 1000010 0 1100 100010110 1000110 111011

Color Harmonies of #A94CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CE0

Black with #A94CE0

Text Example


Text Example

White with #A94CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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