Html Css Color HEX #A94FCD Medium Orchid

📋 copy color: '#A94FCD'

red 169 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #A94FCD

Tints of Medium Orchid #A94FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.44%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 37.31%
G = 17.44%
B = 45.25%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A94FCD (or 0xA94FCD) is known color: Medium Orchid. HEX triplet: A9, 4F and CD. RGB value is (169,79,205). Sum of RGB (Red+Green+Blue) = 169+79+205=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #A94FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FCD is #56B032. Grayscale: #777777. Windows color (decimal): -5681203 or 13455273. OLE color: 13455273.

HSL color Cylindrical-coordinate representation of color #A94FCD: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94FCD is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 79 205 -
CMYK 0.18 0.61 0 0.20
HSL 282.86º 0.56% 0.56% -
HSV(B) 282.86º 0.61% 0.8% -
XYZ 30.18 18.43 59.73 -
YUV 120.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 169 79 205 0.18 0.61 0 0.20 282.86 0.56 0.56
Hex A9 4F CD 12 3D 0 14 11B 38 38
Octal 251 117 315 22 75 0 24 433 70 70
Binary 10101001 1001111 11001101 10010 111101 0 10100 100011011 111000 111000

Color Harmonies of #A94FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FCD

Black with #A94FCD

Text Example


Text Example

White with #A94FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FCD; }

 p { color: rgb(169,79,205); }

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

background-color css

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

 a { background-color: rgb(169,79,205); }

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

border-color css

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

 span { border-color: rgb(169,79,205); }

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