Html Css Color HEX #A94DC8 Medium Orchid

📋 copy color: '#A94DC8'

red 169 ◦ green 77 ◦ blue 200

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

Shades of Medium Orchid #A94DC8

Tints of Medium Orchid #A94DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.84%

R = 37.89%
G = 17.26%
B = 44.84%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A94DC8 (or 0xA94DC8) is known color: Medium Orchid. HEX triplet: A9, 4D and C8. RGB value is (169,77,200). Sum of RGB (Red+Green+Blue) = 169+77+200=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #A94DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DC8 is #56B237. Grayscale: #767676. Windows color (decimal): -5681720 or 13127081. OLE color: 13127081.

HSL color Cylindrical-coordinate representation of color #A94DC8: hue angle of 284.88º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94DC8 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 77 200 -
CMYK 0.16 0.62 0 0.22
HSL 284.88º 0.53% 0.54% -
HSV(B) 284.88º 0.62% 0.78% -
XYZ 29.44 17.91 56.55 -
YUV 118.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 169 77 200 0.16 0.62 0 0.22 284.88 0.53 0.54
Hex A9 4D C8 10 3E 0 16 11D 35 36
Octal 251 115 310 20 76 0 26 435 65 66
Binary 10101001 1001101 11001000 10000 111110 0 10110 100011101 110101 110110

Color Harmonies of #A94DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DC8

Black with #A94DC8

Text Example


Text Example

White with #A94DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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