Html Css Color HEX #A94BDF Medium Orchid

📋 copy color: '#A94BDF'

red 169 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #A94BDF

Tints of Medium Orchid #A94BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

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

R = 36.19%
G = 16.06%
B = 47.75%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A94BDF (or 0xA94BDF) is known color: Medium Orchid. HEX triplet: A9, 4B and DF. RGB value is (169,75,223). Sum of RGB (Red+Green+Blue) = 169+75+223=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #A94BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BDF is #56B420. Grayscale: #777777. Windows color (decimal): -5682209 or 14633897. OLE color: 14633897.

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

Color convert

RGB 169 75 223 -
CMYK 0.24 0.66 0 0.13
HSL 278.11º 0.7% 0.58% -
HSV(B) 278.11º 0.66% 0.87% -
XYZ 32.2 18.79 71.74 -
YUV 119.98 186.14 162.97 -
System Red Green Blue C M Y K H S L
Decimal 169 75 223 0.24 0.66 0 0.13 278.11 0.7 0.58
Hex A9 4B DF 18 42 0 D 116 46 3A
Octal 251 113 337 30 102 0 15 426 106 72
Binary 10101001 1001011 11011111 11000 1000010 0 1101 100010110 1000110 111010

Color Harmonies of #A94BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94BDF

Black with #A94BDF

Text Example


Text Example

White with #A94BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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