Html Css Color HEX #A849DE Medium Orchid

📋 copy color: '#A849DE'

red 168 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #A849DE

Tints of Medium Orchid #A849DE

RGB

 RED value IS 168 (66.02% from 255) = 36.29%

 GREEN value IS 73 (28.91% from 255) = 15.77%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 36.29%
G = 15.77%
B = 47.95%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A849DE (or 0xA849DE) is known color: Medium Orchid. HEX triplet: A8, 49 and DE. RGB value is (168,73,222). Sum of RGB (Red+Green+Blue) = 168+73+222=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #A849DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849DE is #57B621. Grayscale: #757575. Windows color (decimal): -5748258 or 14567848. OLE color: 14567848.

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

Color convert

RGB 168 73 222 -
CMYK 0.24 0.67 0 0.13
HSL 278.26º 0.69% 0.58% -
HSV(B) 278.26º 0.67% 0.87% -
XYZ 31.72 18.36 70.98 -
YUV 118.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 168 73 222 0.24 0.67 0 0.13 278.26 0.69 0.58
Hex A8 49 DE 18 43 0 D 116 45 3A
Octal 250 111 336 30 103 0 15 426 105 72
Binary 10101000 1001001 11011110 11000 1000011 0 1101 100010110 1000101 111010

Color Harmonies of #A849DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849DE

Black with #A849DE

Text Example


Text Example

White with #A849DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849DE; }

 p { color: rgb(168,73,222); }

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

background-color css

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

 a { background-color: rgb(168,73,222); }

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

border-color css

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

 span { border-color: rgb(168,73,222); }

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