Html Css Color HEX #A94FDF Medium Orchid

📋 copy color: '#A94FDF'

red 169 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #A94FDF

Tints of Medium Orchid #A94FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 35.88%
G = 16.77%
B = 47.35%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A94FDF (or 0xA94FDF) is known color: Medium Orchid. HEX triplet: A9, 4F and DF. RGB value is (169,79,223). Sum of RGB (Red+Green+Blue) = 169+79+223=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #A94FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FDF is #56B020. Grayscale: #797979. Windows color (decimal): -5681185 or 14634921. OLE color: 14634921.

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

Color convert

RGB 169 79 223 -
CMYK 0.24 0.65 0 0.13
HSL 277.5º 0.69% 0.59% -
HSV(B) 277.5º 0.65% 0.87% -
XYZ 32.48 19.35 71.84 -
YUV 122.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 169 79 223 0.24 0.65 0 0.13 277.5 0.69 0.59
Hex A9 4F DF 18 41 0 D 116 45 3B
Octal 251 117 337 30 101 0 15 426 105 73
Binary 10101001 1001111 11011111 11000 1000001 0 1101 100010110 1000101 111011

Color Harmonies of #A94FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FDF

Black with #A94FDF

Text Example


Text Example

White with #A94FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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