Html Css Color HEX #A94CDB Medium Orchid

📋 copy color: '#A94CDB'

red 169 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #A94CDB

Tints of Medium Orchid #A94CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 36.42%
G = 16.38%
B = 47.2%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A94CDB (or 0xA94CDB) is known color: Medium Orchid. HEX triplet: A9, 4C and DB. RGB value is (169,76,219). Sum of RGB (Red+Green+Blue) = 169+76+219=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CDB is #56B324. Grayscale: #777777. Windows color (decimal): -5681957 or 14372009. OLE color: 14372009.

HSL color Cylindrical-coordinate representation of color #A94CDB: hue angle of 279.02º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94CDB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 76 219 -
CMYK 0.23 0.65 0 0.14
HSL 279.02º 0.67% 0.58% -
HSV(B) 279.02º 0.65% 0.86% -
XYZ 31.73 18.72 68.96 -
YUV 120.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 169 76 219 0.23 0.65 0 0.14 279.02 0.67 0.58
Hex A9 4C DB 17 41 0 E 117 43 3A
Octal 251 114 333 27 101 0 16 427 103 72
Binary 10101001 1001100 11011011 10111 1000001 0 1110 100010111 1000011 111010

Color Harmonies of #A94CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CDB

Black with #A94CDB

Text Example


Text Example

White with #A94CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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