Html Css Color HEX #A94CDD Medium Orchid

📋 copy color: '#A94CDD'

red 169 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #A94CDD

Tints of Medium Orchid #A94CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 36.27%
G = 16.31%
B = 47.42%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A94CDD (or 0xA94CDD) is known color: Medium Orchid. HEX triplet: A9, 4C and DD. RGB value is (169,76,221). Sum of RGB (Red+Green+Blue) = 169+76+221=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #A94CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CDD is #56B322. Grayscale: #777777. Windows color (decimal): -5681955 or 14503081. OLE color: 14503081.

HSL color Cylindrical-coordinate representation of color #A94CDD: hue angle of 278.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A94CDD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 76 221 -
CMYK 0.24 0.66 0 0.13
HSL 278.48º 0.68% 0.58% -
HSV(B) 278.48º 0.66% 0.87% -
XYZ 32 18.82 70.35 -
YUV 120.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 169 76 221 0.24 0.66 0 0.13 278.48 0.68 0.58
Hex A9 4C DD 18 42 0 D 116 44 3A
Octal 251 114 335 30 102 0 15 426 104 72
Binary 10101001 1001100 11011101 11000 1000010 0 1101 100010110 1000100 111010

Color Harmonies of #A94CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CDD

Black with #A94CDD

Text Example


Text Example

White with #A94CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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