Html Css Color HEX #A94CCD Medium Orchid

📋 copy color: '#A94CCD'

red 169 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #A94CCD

Tints of Medium Orchid #A94CCD

RGB

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

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

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

R = 37.56%
G = 16.89%
B = 45.56%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A94CCD (or 0xA94CCD) is known color: Medium Orchid. HEX triplet: A9, 4C and CD. RGB value is (169,76,205). Sum of RGB (Red+Green+Blue) = 169+76+205=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #A94CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CCD is #56B332. Grayscale: #767676. Windows color (decimal): -5681971 or 13454505. OLE color: 13454505.

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

Color convert

RGB 169 76 205 -
CMYK 0.18 0.63 0 0.20
HSL 283.26º 0.56% 0.55% -
HSV(B) 283.26º 0.63% 0.8% -
XYZ 29.97 18.01 59.65 -
YUV 118.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 169 76 205 0.18 0.63 0 0.20 283.26 0.56 0.55
Hex A9 4C CD 12 3F 0 14 11B 38 37
Octal 251 114 315 22 77 0 24 433 70 67
Binary 10101001 1001100 11001101 10010 111111 0 10100 100011011 111000 110111

Color Harmonies of #A94CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CCD

Black with #A94CCD

Text Example


Text Example

White with #A94CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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