Html Css Color HEX #A849CB Medium Orchid

📋 copy color: '#A849CB'

red 168 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #A849CB

Tints of Medium Orchid #A849CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 37.84%
G = 16.44%
B = 45.72%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A849CB (or 0xA849CB) is known color: Medium Orchid. HEX triplet: A8, 49 and CB. RGB value is (168,73,203). Sum of RGB (Red+Green+Blue) = 168+73+203=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #A849CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849CB is #57B634. Grayscale: #737373. Windows color (decimal): -5748277 or 13322664. OLE color: 13322664.

HSL color Cylindrical-coordinate representation of color #A849CB: hue angle of 283.85º 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 #A849CB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 73 203 -
CMYK 0.17 0.64 0 0.20
HSL 283.85º 0.56% 0.54% -
HSV(B) 283.85º 0.64% 0.8% -
XYZ 29.31 17.4 58.31 -
YUV 116.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 168 73 203 0.17 0.64 0 0.20 283.85 0.56 0.54
Hex A8 49 CB 11 40 0 14 11C 38 36
Octal 250 111 313 21 100 0 24 434 70 66
Binary 10101000 1001001 11001011 10001 1000000 0 10100 100011100 111000 110110

Color Harmonies of #A849CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849CB

Black with #A849CB

Text Example


Text Example

White with #A849CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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