Html Css Color HEX #A849CC Medium Orchid

📋 copy color: '#A849CC'

red 168 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #A849CC

Tints of Medium Orchid #A849CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 37.75%
G = 16.4%
B = 45.84%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A849CC (or 0xA849CC) is known color: Medium Orchid. HEX triplet: A8, 49 and CC. RGB value is (168,73,204). Sum of RGB (Red+Green+Blue) = 168+73+204=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #A849CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849CC is #57B633. Grayscale: #737373. Windows color (decimal): -5748276 or 13388200. OLE color: 13388200.

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

Color convert

RGB 168 73 204 -
CMYK 0.18 0.64 0 0.2
HSL 283.51º 0.56% 0.54% -
HSV(B) 283.51º 0.64% 0.8% -
XYZ 29.43 17.45 58.94 -
YUV 116.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 168 73 204 0.18 0.64 0 0.2 283.51 0.56 0.54
Hex A8 49 CC 12 40 0 14 11C 38 36
Octal 250 111 314 22 100 0 24 434 70 66
Binary 10101000 1001001 11001100 10010 1000000 0 10100 100011100 111000 110110

Color Harmonies of #A849CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849CC

Black with #A849CC

Text Example


Text Example

White with #A849CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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