Html Css Color HEX #A849CD Medium Orchid

📋 copy color: '#A849CD'

red 168 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #A849CD

Tints of Medium Orchid #A849CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 37.67%
G = 16.37%
B = 45.96%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A849CD (or 0xA849CD) is known color: Medium Orchid. HEX triplet: A8, 49 and CD. RGB value is (168,73,205). Sum of RGB (Red+Green+Blue) = 168+73+205=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #A849CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849CD is #57B632. Grayscale: #747474. Windows color (decimal): -5748275 or 13453736. OLE color: 13453736.

HSL color Cylindrical-coordinate representation of color #A849CD: hue angle of 283.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A849CD is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 73 205 -
CMYK 0.18 0.64 0 0.20
HSL 283.18º 0.57% 0.55% -
HSV(B) 283.18º 0.64% 0.8% -
XYZ 29.55 17.5 59.58 -
YUV 116.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 168 73 205 0.18 0.64 0 0.20 283.18 0.57 0.55
Hex A8 49 CD 12 40 0 14 11B 39 37
Octal 250 111 315 22 100 0 24 433 71 67
Binary 10101000 1001001 11001101 10010 1000000 0 10100 100011011 111001 110111

Color Harmonies of #A849CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849CD

Black with #A849CD

Text Example


Text Example

White with #A849CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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