Html Css Color HEX #A94CCC Medium Orchid

📋 copy color: '#A94CCC'

red 169 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #A94CCC

Tints of Medium Orchid #A94CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 37.64%
G = 16.93%
B = 45.43%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A94CCC (or 0xA94CCC) is known color: Medium Orchid. HEX triplet: A9, 4C and CC. RGB value is (169,76,204). Sum of RGB (Red+Green+Blue) = 169+76+204=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #A94CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CCC is #56B333. Grayscale: #757575. Windows color (decimal): -5681972 or 13388969. OLE color: 13388969.

HSL color Cylindrical-coordinate representation of color #A94CCC: hue angle of 283.59º 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 #A94CCC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 76 204 -
CMYK 0.17 0.63 0 0.2
HSL 283.59º 0.56% 0.55% -
HSV(B) 283.59º 0.63% 0.8% -
XYZ 29.85 17.96 59.02 -
YUV 118.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 169 76 204 0.17 0.63 0 0.2 283.59 0.56 0.55
Hex A9 4C CC 11 3F 0 14 11C 38 37
Octal 251 114 314 21 77 0 24 434 70 67
Binary 10101001 1001100 11001100 10001 111111 0 10100 100011100 111000 110111

Color Harmonies of #A94CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CCC

Black with #A94CCC

Text Example


Text Example

White with #A94CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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